create dependabot.yml (#375)

This commit is contained in:
Pierre Penninckx 2024-11-26 21:40:00 +01:00 committed by GitHub
parent 4e012d3a75
commit 4c44c8e673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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