ci(github): add dependabot config

- add dependabot config file
- ignore DangerJS dependecies from dependabot
This commit is contained in:
Tomas Sebestik
2023-04-26 10:43:55 +02:00
parent 53f680d0c1
commit 8249d01ede
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "all"
directory: "/"
schedule:
interval: "weekly"
ignore:
- directory: ".gitlab/dangerjs"
patterns:
- "package-lock.json"
# Disable "version updates" (keep only "security updates")
open-pull-requests-limit: 0