2022-11-10 15:44:43 -06:00
|
|
|
# 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: "/"
|
2022-11-10 15:47:18 -06:00
|
|
|
target-branch: "dev"
|
2022-11-10 15:44:43 -06:00
|
|
|
schedule:
|
2023-09-28 18:38:28 -05:00
|
|
|
interval: "weekly"
|
|
|
|
day: "wednesday"
|
2022-11-10 15:44:43 -06:00
|
|
|
commit-message:
|
|
|
|
prefix: "📌"
|
|
|
|
labels:
|
|
|
|
- "dependencies"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
2022-11-10 15:47:18 -06:00
|
|
|
target-branch: "dev"
|
2022-11-10 15:44:43 -06:00
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2023-09-28 18:38:28 -05:00
|
|
|
day: "wednesday"
|
2022-11-10 15:44:43 -06:00
|
|
|
commit-message:
|
|
|
|
prefix: "👷"
|
|
|
|
labels:
|
|
|
|
- "dependencies"
|