Add dependabot config to check for GitHub Actions updates (#814)

This commit is contained in:
GeckoEidechse 2024-09-04 23:00:04 +02:00 committed by GitHub
parent b75daf36ad
commit e5c9e5d699
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 @@
# Configures dependabot
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"