From d17bca56238e9ca326d60e58230d0d354f23bfe8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 9 Oct 2024 10:59:13 -0400 Subject: back to astro for hopefully the last time (#146) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c39a33..bb70f4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(node_modules)" - package-ecosystem: "github-actions" directory: "/" schedule: -- cgit v1.2.3