ci: enable indirect Go deps and group action digest updates (#2902)

This commit is contained in:
Valentin Maerten
2026-06-30 23:01:24 +02:00
committed by GitHub
parent 0aa0496f85
commit 48b215db0a

10
.github/renovate.json vendored
View File

@@ -21,6 +21,16 @@
}
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"matchUpdateTypes": ["digest", "pinDigest"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchManagers": ["github-actions"],
"addLabels": ["area: github actions"]