Skip to content

Commit 901e620

Browse files
steal
1 parent d194664 commit 901e620

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

renovate.json5

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,28 @@
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-
},
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+
},
2437
{
2538
"matchManagers": [
2639
"maven"

0 commit comments

Comments
 (0)