chore(config): migrate config renovate.json
All checks were successful
CI / test (pull_request) Successful in 1m31s

This commit is contained in:
2025-12-12 21:06:30 +00:00
parent 0193eac6e5
commit ff374e88cc

View File

@@ -6,9 +6,17 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["golang", "gomod", "go"], "matchPackageNames": [
"golang",
"gomod",
"go"
],
"groupName": "go version", "groupName": "go version",
"updateTypes": ["major", "minor", "patch"] "matchUpdateTypes": [
"major",
"minor",
"patch"
]
} }
] ]
} }