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 bb0e683 commit 5bff1e1Copy full SHA for 5bff1e1
.github/renovate.json
@@ -12,14 +12,16 @@
12
"rebaseWhen": "conflicted",
13
"prHourlyLimit": 0,
14
"helm-values": {
15
- "fileMatch": [
16
- "(^|/|\\w+\\.)values\\.ya?ml$"
+ "managerFilePatterns": [
+ "/(^|/|\\w+\\.)values\\.ya?ml$/"
17
],
18
"pinDigests": true
19
},
20
"packageRules": [
21
{
22
- "matchPackageNames": ["nixery.dev/shell/envsubst"],
+ "matchPackageNames": [
23
+ "nixery.dev/shell/envsubst"
24
+ ],
25
"pinDigests": false
26
27
@@ -150,8 +152,8 @@
150
152
"customManagers": [
151
153
154
"customType": "regex",
- "^k0sctl.yaml$"
155
156
+ "/^k0sctl.yaml$/"
157
158
"matchStrings": [
159
"\\s+version\\:(!?\\s)(?<currentValue>.*)\\n"
0 commit comments