From: XhmikosR Date: Tue, 1 Oct 2024 14:27:13 +0000 (+0300) Subject: Dependabot: switch to grouped updates (#40888) X-Git-Tag: v5.3.4~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c57190fa31f5b82b495cab6917f077f849b06203;p=thirdparty%2Fbootstrap.git Dependabot: switch to grouped updates (#40888) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f54ba8953b..d7b9f60b84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,8 @@ updates: timezone: Europe/Athens versioning-strategy: increase rebase-strategy: disabled + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"