github: Add dependabot to update GitHub Actions.

Add a dependabot.yml file so that workflows will be checked daily and Pull
Requests automatically raised when newer Actions are available.
pull/9917/head
Chris Swan 2022-11-10 15:52:50 +00:00 zatwierdzone przez Damien George
rodzic 86c3c1d80d
commit 90c7568ca4
1 zmienionych plików z 7 dodań i 0 usunięć

7
.github/dependabot.yml vendored 100644
Wyświetl plik

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"