Skip to content

Commit d9547ca

Browse files
franvilaSamBarker
authored andcommitted
added sonar update to renovate
Signed-off-by: Francisco Vila <fvila@redhat.com> Signed-off-by: Sam Barker <sbarker@redhat.com>
1 parent a2160d1 commit d9547ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@
7272
"fileMatch": [".github/workflows/maven.yaml",
7373
".github/workflows/sonar.yaml"],
7474
"matchStrings": [
75-
"(?<depName>sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)"
75+
"(?<depName>org.sonarsource.scanner.maven:sonar-maven-plugin):(?<currentValue>\\d+\\.\\d+\\.\\d+\\.\\d+)"
7676
],
77-
"datasourceTemplate": "maven"
77+
"datasourceTemplate": "maven",
78+
"registryUrls": [
79+
"https://mvnrepository.com/artifact/"
80+
]
7881
}
7982
]
8083
}

0 commit comments

Comments
 (0)