diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90c7e4c6e..4fd6ca00e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,43 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "22:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: karma - versions: - - 6.0.3 - - 6.0.4 - - 6.1.0 - - 6.1.1 - - 6.1.2 - - 6.2.0 - - 6.3.0 - - 6.3.1 - - dependency-name: fullcalendar - versions: - - 5.5.1 + - package-ecosystem: composer + 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: 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