Skip to content

Commit 8cc8b7f

Browse files
Use shared config
1 parent 61ab228 commit 8cc8b7f

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

renovate.json5

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: [ "github>SonarSource/renovate-config:languages-team" ],
3+
extends: [
4+
"github>SonarSource/renovate-config:quality-jvm-squad#tt/quality-jvm-squad",
5+
],
46
enabledManagers: [
57
"maven",
68
"github-actions",
@@ -12,15 +14,6 @@
1214
"java-checks-test-sources/**",
1315
],
1416
packageRules: [
15-
{
16-
description: "SonarSource GitHub actions do not need version pinning (neither fixed SHA, nor v3 -> v3.1.2)",
17-
matchManagers: [ "github-actions" ],
18-
"matchPackagePatterns": [
19-
"^SonarSource/"
20-
],
21-
matchUpdateTypes: [ "pin", "rollback"],
22-
enabled: false
23-
},
2417
{
2518
"matchManagers": [
2619
"maven"

0 commit comments

Comments
 (0)