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 2502fd8d55
commit 5aa70bd88a

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

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