From 29b7f03ea4797dad2176297b750b17beb5f4856c Mon Sep 17 00:00:00 2001 From: Artsen Date: Sun, 19 Jul 2026 00:53:55 -0400 Subject: [PATCH] chore: reduce Dependabot update noise --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca5c0c..5991c08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,16 +3,24 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" - open-pull-requests-limit: 5 + interval: "monthly" + open-pull-requests-limit: 2 groups: npm-minor-and-patch: update-types: - "minor" - "patch" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 3 + open-pull-requests-limit: 1 + groups: + github-actions: + patterns: + - "*"