Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -118,11 +82,5 @@
],
"enabled": false
}
],
"enabledManagers": [
"maven",
"gradle",
"gradle-wrapper",
"github-actions"
]
}
Loading