diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-02 14:36:04 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-07 00:29:48 -0500 |
commit | d9265fa470bb916adf5f52e191db0e735dd67867 (patch) | |
tree | 7343d53eaff0f74fffd6f1fad2cf48347e4ffffb /.github | |
parent | f17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8 (diff) |
ci: add dependabot
Checks (daily):
- github-actions
- npm (docs)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1df0848 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/docs" + schedule: + interval: "daily" |