From ed7dbb026a63aa95a7919472733a3935843aac1b Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 16 Dec 2024 13:50:42 +0100 Subject: [PATCH] chore: group sagikazarmark/daggerverse deps in renovate Group all the dagger modules coming from the sagikazarmark/daggerverse repo in a single renovate PR. This prevents single commits in that repo to cause multiple PRs in this one. Closes #118 Signed-off-by: Francesco Canovai --- renovate.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index c6b202a..4385275 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -64,6 +64,18 @@ ], "groupName": "all cloudnative-pg daggerverse dependencies" }, + { + "matchDatasources": [ + "git-refs" + ], + "matchPackageNames": [ + "https://github.com/sagikazarmark/daggerverse" + ], + "matchUpdateTypes": [ + "digest" + ], + "groupName": "all sagikazarmark daggerverse dependencies" + }, { "matchUpdateTypes": [ "minor",