You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: renovate.json5
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,16 @@
21
21
matchUpdateTypes: ["pin","rollback"],
22
22
enabled: false
23
23
},
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.**"
0 commit comments