From 2fd74cfef34e6052a9af4890a7c9d7b04fe023e8 Mon Sep 17 00:00:00 2001 From: Brandon Shoop Date: Wed, 3 Jun 2026 09:24:38 -0400 Subject: [PATCH] chore: add bundler to dependabot check --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 504a651..d0bee54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,9 @@ updates: interval: 'monthly' open-pull-requests-limit: 3 rebase-strategy: auto + - package-ecosystem: 'bundler' + directory: '/docs' + schedule: + interval: 'weekly' + open-pull-requests-limit: 3 + rebase-strategy: auto \ No newline at end of file