Skip to content

Commit e6aa717

Browse files
author
mafyuh
committedFeb 8, 2025
Update .github/renovate.json
1 parent 8ab78f7 commit e6aa717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"description": "Process files",
1111
"fileMatch": [
1212
"docker/.+\\.y?ml$",
13-
"terraform/.+\\tf.$"
13+
"terraform/.+\\tf.$",
14+
"kubernetes/.+\\.ya?ml$",
15+
"packer/.+\\.hcl$"
1416
],
1517
"matchStrings": [
1618
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?\n.*?\"(?<currentValue>.*)\"\n"

0 commit comments

Comments
 (0)
Please sign in to comment.