Automatically update GitHub Actions in the future

This commit is contained in:
Dimitri Papadopoulos
2022-10-07 14:54:53 +02:00
parent 2e69edec63
commit 38f1de2699

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

@@ -0,0 +1,7 @@
# 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: "weekly"