From 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 11 Nov 2023 05:51:13 -0500 Subject: initial commit --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fa9c837 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.2.3