👷 Add Dependabot

This commit is contained in:
James Panther 2022-06-17 10:24:59 +10:00
parent a8066e7a18
commit 7b4322a48f
No known key found for this signature in database
GPG Key ID: D36F789E45745D17

26
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,26 @@
# 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"
time: "09:00"
timezone: "Australia/Melbourne"
commit-message:
prefix: "📌"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
timezone: "Australia/Melbourne"
commit-message:
prefix: "👷"
labels:
- "dependencies"