mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix(renovate): set maven URLs
This commit is contained in:
parent
ebee72aa5d
commit
d12a1545bb
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