From 5bd016a5f010c2d7123506ed98540fbc86bf6a58 Mon Sep 17 00:00:00 2001 From: grisha87 Date: Tue, 30 Jan 2024 10:29:55 +0000 Subject: [PATCH] chore: synced local '.github/dependabot.yml' with remote 'templates/dependabot.yml' --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77c0a3c..e2c071d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,22 @@ updates: target-branch: "beta" schedule: interval: "weekly" + groups: + dev-deps-regular: + dependency-type: "development" + update-types: + - "minor" + - "patch" + prod-deps-regular: + dependency-type: "production" + update-types: + - "minor" + - "patch" + dev-deps-breaking: + dependency-type: "development" + update-types: + - "major" + prod-deps-breaking: + dependency-type: "production" + update-types: + - "major"