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"