Skip to content

Commit e2e9e06

Browse files
Add GHA rules
1 parent 92b76ad commit e2e9e06

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,15 @@
1111
"its/plugin/projects/**",
1212
"java-checks-test-sources/**",
1313
],
14+
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+
],
1425
}

0 commit comments

Comments
 (0)