From 48b215db0a744298aa7c45255e7fbd8db2ca66a8 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 30 Jun 2026 23:01:24 +0200 Subject: [PATCH] ci: enable indirect Go deps and group action digest updates (#2902) --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index a618e41e..ef297aae 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"]