Configure Renovate #4

Merged
june merged 2 commits from renovate/configure into main 2026-04-03 23:25:27 +02:00
Showing only changes of commit 2e08e9d12c - Show all commits
June 2026-04-03 23:24:38 +02:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

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