diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-10-09 11:36:40 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-10-09 11:36:40 +0300 |
| commit | 5d7aee9b0def9f88b4e618dd2fef2a37f9e57f58 (patch) | |
| tree | a502f4701a6edc1bf7e37649d7fc60adfb6d94d4 | |
| parent | edeb5da775259897239c2723a813122c2a7ec16a (diff) | |
Enable Dependabot for GitHub Actions
| -rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7020d5e..2c01da5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |
