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.
packageRules
1 parent 20d9cf8 commit e00b7f9Copy full SHA for e00b7f9
renovate.json
@@ -14,23 +14,4 @@
14
"postUpdateOptions": [
15
"gomodTidy"
16
],
17
- "packageRules": [
18
- {
19
- "matchPackageNames": [
20
- "github.com/gardener/landscaper",
21
- "github.com/gardener/landscaper-service",
22
- "github.com/openmcp-project/*"
23
- ],
24
- "description": "Update all components from openmcp-project and landscaper immediately",
25
- "rebaseWhen": "auto",
26
- "minimumReleaseAge": "0 days",
27
- "enabled": true
28
- },
29
30
- "description": "Ignore our own image in chart as it will be updated on release",
31
- "matchPackageNames": ["ghcr.io/openmcp-project/github.com/openmcp-project/mcp-operator/images/mcp-operator"],
32
- "matchManagers": ["helm-values"],
33
- "enabled": false
34
- }
35
- ]
36
}
0 commit comments