Update config.js

This commit is contained in:
Oliver Weyhmüller 2025-01-08 15:03:14 +00:00
parent 5cfef63550
commit 26a8d78d1f

View file

@ -29,7 +29,7 @@ module.exports = {
packageRules: [ packageRules: [
{ {
matchDatasources: ['maven'], matchDatasources: ['maven'],
registryUrls: ['https://nexus.w9r.dev/repository/group'] registryUrls: ['https://nexus.w9r.dev/repository/maven-group']
} }
] ]
}; };