ci: Configure dependabot to keep GH Actions up to date

This commit is contained in:
Tomáš Janoušek
2022-11-20 14:13:54 +01:00
committed by Tomas Janousek
parent 8cd09601b1
commit cf0e3531f9

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

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