Skip to content

Commit cb86033

Browse files
committed
ci: Pin knope versions
1 parent b2bcb8b commit cb86033

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/renovate.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,23 @@
66
"rangeStrategy": "widen",
77
"regexManagers": [
88
{
9-
"fileMatch": ["release.*\\.yml"],
10-
"matchStrings": ["version:\\s*(?<currentValue>.*)"],
9+
"fileMatch": [
10+
"release.*\\.yml"
11+
],
12+
"matchStrings": [
13+
"version:\\s*(?<currentValue>.*)"
14+
],
1115
"depNameTemplate": "knope",
1216
"datasourceTemplate": "crate"
1317
}
18+
],
19+
"packageRules": [
20+
{
21+
"packagePatterns": [
22+
"^knope$"
23+
],
24+
"groupName": "knope",
25+
"rangeStrategy": "pin"
26+
}
1427
]
1528
}

0 commit comments

Comments
 (0)