Skip to content

Commit 36b64a4

Browse files
fix fileMatch
1 parent 826ed14 commit 36b64a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base", ":rebaseStalePrs"],
44
"kubernetes": {
5-
"fileMatch": ["\\.yaml$"]
5+
"fileMatch": [".*y[a]?ml$"]
66
},
77
"flux": {
8-
"fileMatch": ["\\.yaml$"]
8+
"fileMatch": [".*y[a]?ml$"]
99
},
1010
"packageRules": [
1111
{
@@ -42,7 +42,7 @@
4242
},
4343

4444
{
45-
"fileMatch": ["**/*.yaml", "**/*.yml"],
45+
"fileMatch": ["kustomization.*y[a]?ml$"],
4646
"matchStrings": [
4747
"https://storage\\.googleapis\\.com/tekton-releases/operator/previous/v(?<currentValue>[^/]+)/release\\.yaml"
4848
],

0 commit comments

Comments
 (0)