mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
25 lines
638 B
YAML
25 lines
638 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
target-branch: "dev"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
commit-message:
|
|
prefix: "📌"
|
|
labels:
|
|
- "dependencies"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "dev"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "wednesday"
|
|
commit-message:
|
|
prefix: "👷"
|
|
labels:
|
|
- "dependencies"
|