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 fd4ed47 commit 48b9388Copy full SHA for 48b9388
.github/renovate.json
@@ -3,5 +3,13 @@
3
"config:base",
4
":semanticCommitTypeAll(chore)"
5
],
6
- "rangeStrategy": "widen"
+ "rangeStrategy": "widen",
7
+ "regexManagers": [
8
+ {
9
+ "fileMatch": ["release.*.yml"],
10
+ "matchStrings": ["knope.*\\s*with:\\s*version:\\s*(?<currentValue>.*?)$"],
11
+ "depNameTemplate": "knope",
12
+ "datasourceTemplate": "crate"
13
+ }
14
+ ]
15
}
0 commit comments