We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b76ad commit e2e9e06Copy full SHA for e2e9e06
1 file changed
renovate.json5
@@ -11,4 +11,15 @@
11
"its/plugin/projects/**",
12
"java-checks-test-sources/**",
13
],
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
25
}
0 commit comments