ci: enable dependabot after v4 effort

This commit is contained in:
Vladimir Gorej
2021-11-03 09:15:45 +01:00
parent c0ef8d9b29
commit e7e977c91f
2 changed files with 25 additions and 0 deletions

23
.github/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 6
ignore:
# node-fetch must be synced manually
- dependency-name: "node-fetch"
- dependency-name: "release-it"
- dependency-name: "@release-it/conventional-changelog"
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"