From 3300c24005e6cc332a1d4372b6b57205c983d5c9 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 1 Jun 2026 19:37:32 +1000 Subject: [PATCH] chore: denoise dependabot --- .github/dependabot.yml | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b47dac..851deda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,32 +2,25 @@ version: 2 updates: - package-ecosystem: github-actions directory: / - open-pull-requests-limit: 5 schedule: interval: monthly cooldown: default-days: 7 + groups: + github-actions: + patterns: ["*"] - package-ecosystem: npm - directory: /client - open-pull-requests-limit: 5 - schedule: - interval: weekly - cooldown: - default-days: 7 - - - package-ecosystem: npm - directory: /server - open-pull-requests-limit: 5 + directories: + - /client + - /server + - /indexer schedule: - interval: weekly - cooldown: - default-days: 7 - - - package-ecosystem: npm - directory: /indexer + interval: monthly open-pull-requests-limit: 5 - schedule: - interval: weekly cooldown: default-days: 7 + groups: + npm-minor-patch: + patterns: ["*"] + update-types: ["minor", "patch"]