Add dependabot config

This commit is contained in:
Leroy Hopson 2024-02-11 21:57:23 +13:00
parent b575895aa7
commit af16cb8653
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

15
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "14:44"
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependabot"
- "dependencies"