Update dependabot.yml

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

View file

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