Set target branch for Dependabot updates

Added target branch configuration for npm and GitHub Actions.
This commit is contained in:
Félix MARQUET
2025-10-29 09:22:50 +01:00
committed by GitHub
parent 0ae96e16a3
commit 4c8838dc55

View File

@@ -4,7 +4,9 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: 'dev'
- package-ecosystem: "github-actions" # specify GitHub Actions as the package ecosystem
directory: "/.github/workflows" # Location of package manifests
schedule:
interval: "weekly"
interval: "weekly"
target-branch: 'dev'