Skip to content

Commit 61ab228

Browse files
Go back
1 parent 901e620 commit 61ab228

1 file changed

Lines changed: 9 additions & 22 deletions

File tree

renovate.json5

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,15 @@
1212
"java-checks-test-sources/**",
1313
],
1414
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-
// },
24-
{
25-
"matchManagers": [
26-
"github-actions"
27-
],
28-
"matchPackageNames": [
29-
"SonarSource/**"
30-
],
31-
"pinDigests": false,
32-
"versioning": "regex:^v(?<major>\\d+)$",
33-
"extractVersion": "^v(?<version>\\d+)",
34-
"groupName": "all Sonar GitHub Actions",
35-
"groupSlug": "all-sonar-github-actions"
36-
},
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+
},
3724
{
3825
"matchManagers": [
3926
"maven"

0 commit comments

Comments
 (0)