diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-01-11 17:00:47 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-01-11 17:07:25 +0100 |
| commit | d0515c3a1fd21b82a595b717678cc85f7ba123b8 (patch) | |
| tree | 774d9d259b7accb4910baf37cfc114c5c40175ad /.github | |
| parent | 15163194120e5d6d286c0afd705effd79a95d20a (diff) | |
ci: Add Dependabot configuration for GitHub actions
This change adds a Dependabot configuration to the repository to check
for GitHub Actions updates.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..2c932a9d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"
\ No newline at end of file |
