diff --git a/renovate.json5 b/renovate.json5 index 75c444bf86a..6eadc34b72b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -11,42 +11,6 @@ "java-surefire/src/test/resources/**" ], "packageRules": [ - { - "description": "SonarSource GitHub actions do not need version pinning", - "matchManagers": [ - "github-actions" - ], - "matchPackageNames": [ - "SonarSource/**" - ], - "matchUpdateTypes": [ - "pin", - "rollback" - ], - "enabled": false - }, - { - "description": "gh-action_release uses branch-based versioning (v6, v7) which Renovate cannot resolve -- update manually", - "matchManagers": [ - "github-actions" - ], - "matchPackageNames": [ - "SonarSource/gh-action_release" - ], - "enabled": false - }, - { - "description": "Parent POM should be updated separately", - "matchManagers": [ - "maven" - ], - "matchPackageNames": [ - "org.sonarsource.parent:parent", - "com.sonarsource.parent:parent" - ], - "groupName": "Parent", - "groupSlug": "parent" - }, { "description": "Plugin API has compatibility rules, so disable it to prevent accidental updates", "matchPackageNames": [ @@ -118,11 +82,5 @@ ], "enabled": false } - ], - "enabledManagers": [ - "maven", - "gradle", - "gradle-wrapper", - "github-actions" ] }