We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2160d1 commit d9547caCopy full SHA for d9547ca
.github/renovate.json
@@ -72,9 +72,12 @@
72
"fileMatch": [".github/workflows/maven.yaml",
73
".github/workflows/sonar.yaml"],
74
"matchStrings": [
75
- "(?<depName>sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)"
+ "(?<depName>org.sonarsource.scanner.maven:sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)"
76
],
77
- "datasourceTemplate": "maven"
+ "datasourceTemplate": "maven",
78
+ "registryUrls": [
79
+ "https://mvnrepository.com/artifact/"
80
+ ]
81
}
82
]
83
0 commit comments