Update dependabot.yml

This commit is contained in:
Dennis 2022-08-11 10:01:31 +02:00 committed by GitHub
parent 4c20cb8969
commit 822b4393c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ updates:
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
target-branch: "develop"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
@ -17,6 +18,7 @@ updates:
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
target-branch: "develop"
# Check for updates once a week
schedule:
interval: "weekly"
@ -24,5 +26,6 @@ updates:
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"