ci: chore try out new renovate config
All checks were successful
CI / test (pull_request) Successful in 1m36s

This commit is contained in:
2025-08-25 18:29:48 +02:00
parent bff59f36a8
commit 812980f3ec

View File

@@ -1,12 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": [
"golang",
"go"
],
"groupName": "go version"
"matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version",
"updateTypes": ["major", "minor", "patch"]
}
]
}