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 b2bcb8b commit cb86033Copy full SHA for cb86033
.github/renovate.json
@@ -6,10 +6,23 @@
6
"rangeStrategy": "widen",
7
"regexManagers": [
8
{
9
- "fileMatch": ["release.*\\.yml"],
10
- "matchStrings": ["version:\\s*(?<currentValue>.*)"],
+ "fileMatch": [
+ "release.*\\.yml"
11
+ ],
12
+ "matchStrings": [
13
+ "version:\\s*(?<currentValue>.*)"
14
15
"depNameTemplate": "knope",
16
"datasourceTemplate": "crate"
17
}
18
19
+ "packageRules": [
20
+ {
21
+ "packagePatterns": [
22
+ "^knope$"
23
24
+ "groupName": "knope",
25
+ "rangeStrategy": "pin"
26
+ }
27
]
28
0 commit comments