Update config.js

This commit is contained in:
Oliver Weyhmüller 2025-01-08 15:01:06 +00:00
parent 9a37c92e03
commit 5cfef63550

View file

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