Merge pull request #5260 from wallabag/dependabot-schedule

dependabot: change schedule to check updates once a month
This commit is contained in:
Kevin Decherf 2021-05-22 01:21:32 +02:00 committed by GitHub
commit d930639b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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