From 3cde5c8152aa50a47de58714193b7b7909e3dd8c Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:16:23 -0500 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..17f20b68 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: npm + directory: "/" + schedule: + interval: "daily"