mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
13 lines
425 B
YAML
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'
|