dependabot: automatically keep github actions up-to-date

This commit is contained in:
Jörg Thalheim 2020-06-27 20:35:33 +01:00
parent b7ccf7ae2a
commit 7af734bac1
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"