chore: add target-branch in dependabot configuration

This commit is contained in:
L. Yeung 2022-09-28 13:42:41 +08:00 committed by Jan De Dobbeleer
parent 4296eb341e
commit ea27a08298

View file

@ -4,17 +4,20 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"