Skip to content

Commit e00b7f9

Browse files
remove packageRules
1 parent 20d9cf8 commit e00b7f9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

renovate.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,4 @@
1414
"postUpdateOptions": [
1515
"gomodTidy"
1616
],
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-
]
3617
}

0 commit comments

Comments
 (0)