Browse Source

ci: add dependabot

Checks (daily):
- github-actions
- npm (docs)
xmkb
innovaker 3 years ago committed by Pete Johanson
parent
commit
d9265fa470
  1. 10
      .github/dependabot.yml

10
.github/dependabot.yml

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"
Loading…
Cancel
Save