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: + - "*"