commit 9d2955d40cdabe64baf852e712802326113716f3 parent 5d16445790d7cb630b95f9ebe477a4a8833dbd97 Author: Matthew Horan <matt@matthoran.com> Date: Sat, 20 Nov 2021 20:38:33 -0500 Create dependabot.yml Diffstat:
A | .github/dependabot.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily"