From 14afa599947fc6316628d8d6725c185609d52c81 Mon Sep 17 00:00:00 2001 From: Reese Armstrong Date: Tue, 6 Feb 2024 02:37:56 -0600 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6da4a1..94d7ee5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,11 @@ updates: interval: "daily" assignees: - "reesericci" - target-branch: - - "v2" - - "main" + target-branch: "v2" + - package-ecosystem: "bundler" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + assignees: + - "reesericci" + target-branch: "main"