Skip to content

Commit c9cd4c1

Browse files
SONARPHP-1670 Renovate should update common build-logic submodule (#1416)
1 parent df73e4b commit c9cd4c1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"before 4am on Monday"
88
],
99
"rebaseWhen": "conflicted",
10-
"enabledManagers": ["gradle", "gradle-wrapper", "github-actions", "regex"],
10+
"enabledManagers": ["gradle", "gradle-wrapper", "github-actions", "regex", "git-submodules"],
1111
"gradle": {
1212
"enabled": true
1313
},
14+
"git-submodules": {
15+
"enabled": true
16+
},
1417
"ignorePaths": [
1518
"its/**",
1619
"**/test/**"
@@ -48,6 +51,15 @@
4851
"groupName": "sonar-plugin-api",
4952
"groupSlug": "sonar-plugin-api",
5053
"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.**"
54+
},
55+
{
56+
"matchManagers": [
57+
"git-submodules"
58+
],
59+
"matchDepNames": [
60+
"its/sources/**"
61+
],
62+
"enabled": false
5163
}
5264
],
5365
"reviewers": ["team:security-cloud-squad"]

0 commit comments

Comments
 (0)