Compare commits

..

3 commits

Author SHA1 Message Date
7f3f38f15c Merge pull request 'Configure Renovate' (#4) from renovate/configure into main
All checks were successful
/ Verify (push) Successful in 51s
Reviewed-on: #4
2026-04-03 23:25:26 +02:00
2e08e9d12c
group maven plugins
See: https://github.com/renovatebot/renovate/discussions/31855
2026-04-03 23:25:09 +02:00
812bae81c0
Add renovate.json 2026-04-03 23:25:09 +02:00

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
// Group Maven plugins.
{
"groupName": "maven plugins",
"groupSlug": "maven-plugins",
"matchPackagePatterns": [ "org\\.apache\\.maven\\.plugins\\.*" ]
}
]
}