fix(renovate): set maven URLs
This commit is contained in:
parent
ebee72aa5d
commit
d12a1545bb
1 changed files with 10 additions and 0 deletions
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
|
@ -5,6 +5,16 @@
|
|||
"helpers:pinGitHubActionDigests",
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
matchDatasources: [
|
||||
"maven"
|
||||
],
|
||||
registryUrls: [
|
||||
"https://maven.google.com/",
|
||||
"https://repo1.maven.org/maven2",
|
||||
"https://plugins.gradle.org/m2/",
|
||||
],
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^kotlin",
|
||||
|
|
Loading…
Reference in a new issue