From baee3888861db5c5da5504512ae50355c8df7a4e Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Fri, 24 May 2024 15:56:25 +0100 Subject: [PATCH] Change dependabot interval to monthly + group production deps too. (#438) Too much maintnence burden to review weekly... and we may aswell just review all the production deps at the same time so we can checkout the branch and just fix things that are broken. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d919755..3e5bcf27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,17 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: development-dependencies: dependency-type: "development" + production-dependencies: + dependency-type: "production" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: github-actions: patterns: