add dependabot (#1282)

This commit is contained in:
Lukas Trippe 2024-09-11 18:32:39 +02:00 committed by GitHub
parent 65054ae903
commit 5316655c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,14 @@
# dependabot
# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# ------------------------------------------------------------------------------
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
# open a single pull-request for all GitHub actions updates
github-actions:
patterns:
- '*'