congo/.github/dependabot.yml

27 lines
618 B
YAML
Raw Normal View History

2022-04-10 23:26:47 +00:00
# GitHub Dependabot
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2023-08-14 07:05:16 +00:00
time: "09:00"
2022-04-10 23:26:47 +00:00
timezone: "Australia/Melbourne"
commit-message:
prefix: "📌"
2022-04-10 23:30:06 +00:00
labels:
- "dependencies"
2022-04-10 23:26:47 +00:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
timezone: "Australia/Melbourne"
commit-message:
prefix: "👷"
2022-04-10 23:30:06 +00:00
labels:
- "dependencies"