update renovate maven repositories

This commit is contained in:
2024-08-30 08:33:12 +10:00
parent 0fff1072e9
commit 43005cc358

View File

@@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>3dwardch3ng/renovate-config" "local>3dwardch3ng/renovate-config"
],
"packageRules": [
{
"matchDatasources": ["maven"],
"registryUrls": [
"https://nexus.cluster.edward.sydney/repository/maven-releases",
"https://nexus.cluster.edward.sydney/repository/maven-snapshots",
"https://repo.maven.apache.org/maven2"
]
}
] ]
} }