From 2596af379e769988be26a6650898a28b83e027b5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 30 Jun 2023 15:33:59 -0400 Subject: add dependabot --- .github/dependabot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yaml (limited to '.github') diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..ae20cd0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "deps(actions)" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "deps(node)" -- cgit v1.2.3