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 25ad133 commit dff23ffCopy full SHA for dff23ff
renovate.json
@@ -13,5 +13,28 @@
13
],
14
"postUpdateOptions": [
15
"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
+ }
39
]
40
}
0 commit comments