mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
Set target branch for Dependabot updates
Added target branch configuration for npm and GitHub Actions.
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -4,7 +4,9 @@ updates:
|
|||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
target-branch: 'dev'
|
||||||
- package-ecosystem: "github-actions" # specify GitHub Actions as the package ecosystem
|
- package-ecosystem: "github-actions" # specify GitHub Actions as the package ecosystem
|
||||||
directory: "/.github/workflows" # Location of package manifests
|
directory: "/.github/workflows" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
target-branch: 'dev'
|
||||||
|
|||||||
Reference in New Issue
Block a user