create dependabot.yml

This commit is contained in:
Pierre Penninckx 2024-11-26 12:32:41 -08:00
parent 4e012d3a75
commit 07988a152f

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

@ -0,0 +1,9 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- ibizaman