We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826ed14 commit 36b64a4Copy full SHA for 36b64a4
renovate.json
@@ -2,10 +2,10 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:base", ":rebaseStalePrs"],
4
"kubernetes": {
5
- "fileMatch": ["\\.yaml$"]
+ "fileMatch": [".*y[a]?ml$"]
6
},
7
"flux": {
8
9
10
"packageRules": [
11
{
@@ -42,7 +42,7 @@
42
43
44
45
- "fileMatch": ["**/*.yaml", "**/*.yml"],
+ "fileMatch": ["kustomization.*y[a]?ml$"],
46
"matchStrings": [
47
"https://storage\\.googleapis\\.com/tekton-releases/operator/previous/v(?<currentValue>[^/]+)/release\\.yaml"
48
],
0 commit comments