From ddbd6554571fbe9c0ea1a229b389244cd591a7ed Mon Sep 17 00:00:00 2001 From: sarisia Date: Sun, 3 Mar 2024 16:24:30 +0000 Subject: [PATCH] update dependabot configuration to feasible ones --- .github/dependabot.yml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 889ac877..8ebd227d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,21 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 99 -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 99 - groups: - all: - patterns: - - "*" + - package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 99 + github-actions: + all: + patterns: + - "*" + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 99 + groups: + github-actions: + patterns: + - "*"