We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ab228 commit 8cc8b7fCopy full SHA for 8cc8b7f
1 file changed
renovate.json5
@@ -1,6 +1,8 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- extends: [ "github>SonarSource/renovate-config:languages-team" ],
+ extends: [
4
+ "github>SonarSource/renovate-config:quality-jvm-squad#tt/quality-jvm-squad",
5
+ ],
6
enabledManagers: [
7
"maven",
8
"github-actions",
@@ -12,15 +14,6 @@
12
14
"java-checks-test-sources/**",
13
15
],
16
packageRules: [
- {
- 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
"maven"
0 commit comments