Create Dependabot config file

pull/1182/head
dependabot-preview[bot] 2021-01-12 21:06:25 +00:00 zatwierdzone przez GitHub
rodzic 6f238d5420
commit 47a81df996
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 26 dodań i 0 usunięć

26
.github/dependabot.yml vendored 100644
Wyświetl plik

@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
reviewers:
- juliushaertl
- violoncelloCH
ignore:
- dependency-name: twemoji
versions:
- ">= 13.a"
- "< 14"
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10