From f13b6abd78212af62acd8981951f7316a1e5ddcf Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:50:14 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ddb4b42e..2394b2f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,10 @@ updates: dependency-type: "development" update-types: - "minor" + dev-major-updates: + dependency-type: "development" + update-types: + - "major" prod-patch-updates: dependency-type: "production" update-types: @@ -21,13 +25,10 @@ updates: dependency-type: "production" update-types: - "minor" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - update-types: - - "major" + prod-major-updates: + dependency-type: "production" + update-types: + - "major" - package-ecosystem: "docker" directory: "/"