Add Dependabot configuration file

...in order to update the GitHub Actions package versions.

I noted that the versions of `actions/checkout` in use were out of date. Didn't want to leave it unautomated.
This commit is contained in:
Olle Jonsson
2023-03-17 13:23:52 +01:00
committed by GitHub
parent fd0ff633e6
commit 2e339d7457

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

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