Add dependabot.yml config (#292)

This commit is contained in:
Dirk Klimpel 2023-01-16 19:52:25 +01:00 committed by GitHub
parent 24afbd2953
commit 43f1b82d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Major updates for react-admin have breaking changes
- dependency-name: "react-admin"
update-types: ["version-update:semver-major"]
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"