Skip to content

Commit d194664

Browse files
plugin api
1 parent e2e9e06 commit d194664

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,16 @@
2121
matchUpdateTypes: [ "pin", "rollback"],
2222
enabled: false
2323
},
24+
{
25+
"matchManagers": [
26+
"maven"
27+
],
28+
"matchPackageNames": [
29+
"org.sonarsource.api.plugin:sonar-plugin-api*"
30+
],
31+
"groupName": "sonar-plugin-api",
32+
"groupSlug": "sonar-plugin-api",
33+
"prHeader": "**Before updating the plugin-api version, make sure to check the [compatibility matrix](https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility) and stick to the lowest denominator.**"
34+
},
2435
],
2536
}

0 commit comments

Comments
 (0)