dependabot: change schedule to check updates once a month

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2021-05-03 13:30:34 +02:00
parent 691746e8d9
commit 4d43f79b34

View file

@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: monthly
time: "04:00" time: "04:00"
timezone: Europe/Paris timezone: Europe/Paris
open-pull-requests-limit: 10 open-pull-requests-limit: 10
@ -14,7 +14,7 @@ updates:
- package-ecosystem: composer - package-ecosystem: composer
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: monthly
time: "04:00" time: "04:00"
timezone: Europe/Paris timezone: Europe/Paris
open-pull-requests-limit: 10 open-pull-requests-limit: 10