From 3336b79aec7eda79d9bb016850360721f01a7150 Mon Sep 17 00:00:00 2001 From: McGroarty Date: Wed, 3 Jun 2026 17:15:07 -0700 Subject: [PATCH] Enable Dependabot for npm and GitHub Actions --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f65493e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + assignees: + - mcgroarty + groups: + astro: + patterns: + - "astro" + - "@astrojs/*" + dev-dependencies: + dependency-type: development + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + assignees: + - mcgroarty