Skip to content

Commit

Permalink
Tell Renovate to try Maven Central first to reduce the pressure on ne…
Browse files Browse the repository at this point in the history
…xus.xwiki.org
  • Loading branch information
tmortagne committed Jun 11, 2024
1 parent 774804c commit 24bb53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"ignoreDeps": ["org.eclipse.m2e:lifecycle-mapping"],

"packageRules": [
// Indicate the URL to the XWiki Nexus public proxy for non-Central Maven dependencies
// Add the URL to the XWiki Nexus public proxy for non-Central Maven dependencies
{
"matchDatasources": ["maven"],
"registryUrls": ["https://nexus.xwiki.org/nexus/content/repositories/public/"]
"registryUrls": ["https://repo1.maven.org/maven2/", "https://nexus.xwiki.org/nexus/content/repositories/public/"]
},

// There is always a more recent version of contrib parent or commons/rendering/platform and we don't want to upgrade just for that
Expand Down

0 comments on commit 24bb53e

Please sign in to comment.