Files
portfolio/.github/dependabot.yml
Félix MARQUET 4c8838dc55 Set target branch for Dependabot updates
Added target branch configuration for npm and GitHub Actions.
2025-10-29 09:22:50 +01:00

13 lines
425 B
YAML

version: 2
updates:
- package-ecosystem: "npm" # specify npm as the package ecosystem
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"
target-branch: 'dev'