Automatically update GitHub Actions in the future

This commit is contained in:
Dimitri Papadopoulos 2022-10-10 13:44:57 +02:00
parent b63854b237
commit bc1b40166d
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D

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

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