refactor(renovate): Group dependency updates together
All checks were successful
Test / test (stable) (push) Successful in 1m19s
Test / test (oldstable) (push) Successful in 1m21s

This commit is contained in:
Sam Therapy 2024-11-07 16:50:43 +01:00
parent e92871bc9a
commit e9c5ab3422
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -1,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":npm", ":gomod"],
"extends": ["config:base", ":gomod", "group:allNonMajor"],
"automerge": true
}