diff options
author | Nick Brassel <nick@tzarc.org> | 2022-06-29 08:46:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 08:46:47 +1000 |
commit | 2b094d411218a8ba492b0cdd79eae5df15a548f4 (patch) | |
tree | 4049c3202e1edaf0ed48b2118b1552b4cbb826a0 | |
parent | 43f8d365ba01b1e61b0c6cbbf6ef28eea9dee2b9 (diff) |
Enable dependabot for actions.
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..123014908b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |