Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-12-17 17:40:33 +00:00 committed by GitHub
parent b9804d7875
commit 0123e78a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: css-loader
versions:
- ">= 4.a"
- "< 5"