Skip to content

Commit dff23ff

Browse files
authored
chore: renovate updates go lang version (#72)
1 parent 25ad133 commit dff23ff

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,28 @@
1313
],
1414
"postUpdateOptions": [
1515
"gomodTidy"
16+
],
17+
"packageRules": [
18+
{
19+
"matchManagers": [
20+
"gomod"
21+
],
22+
"matchDepNames": [
23+
"go"
24+
],
25+
"matchDepTypes": [
26+
"golang"
27+
],
28+
"rangeStrategy": "bump"
29+
},
30+
{
31+
"matchPackageNames": [
32+
"github.com/openmcp-project/*"
33+
],
34+
"description": "Update all components from openmcp-project immediately",
35+
"rebaseWhen": "auto",
36+
"minimumReleaseAge": "0 days",
37+
"enabled": true
38+
}
1639
]
1740
}

0 commit comments

Comments
 (0)