diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47dc0f837..b1646f161 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,29 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 - commit-message: - prefix: "chore" - include: "scope" - -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - commit-message: - prefix: "chore" - include: "scope" + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: sunday + time: '22:00' + timezone: Etc/UTC + open-pull-requests-limit: 5 + groups: + minor-and-patch: + update-types: + - minor + - patch + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: sunday + time: '22:00' + timezone: Etc/UTC + open-pull-requests-limit: 5 + groups: + minor-and-patch: + update-types: + - minor + - patch