File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"packageRules" : [
19
19
{
20
- "managers " : [
20
+ "matchManagers " : [
21
21
" github-actions"
22
22
],
23
23
"pinDigests" : false ,
24
24
"groupName" : " all github actions" ,
25
25
"groupSlug" : " all-github-actions"
26
26
},
27
27
{
28
- "managers " : [
28
+ "matchManagers " : [
29
29
" gradle"
30
30
],
31
- "matchPackagePatterns " : [
32
- " * "
31
+ "matchPackageNames " : [
32
+ " !org.sonarsource.api.plugin:sonar-plugin-api "
33
33
],
34
34
"matchUpdateTypes" : [
35
35
" minor" ,
36
36
" patch"
37
37
],
38
38
"groupName" : " all non-major dependencies" ,
39
39
"groupSlug" : " all-minor-patch"
40
+ },
41
+ {
42
+ "matchManagers" : [
43
+ " gradle"
44
+ ],
45
+ "matchPackageNames" : [
46
+ " org.sonarsource.api.plugin:sonar-plugin-api"
47
+ ],
48
+ "groupName" : " sonar-plugin-api" ,
49
+ "groupSlug" : " sonar-plugin-api" ,
50
+ "prBodyNotes" : [
51
+ " Before updating the plugin-api version, make sure to check the compatibility matrix and stick to the lowest denominator." ,
52
+ " https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility"
53
+ ]
40
54
}
41
55
],
42
56
"reviewers" : [" team:analysis-cloud-squad" ]
You can’t perform that action at this time.
0 commit comments