From ea4e78d60f0b79c33f08add7eb5fac74058a30cd Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:11:24 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b306c51..b1e8f21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: develop + target-branch: "develop" # Always increase the version requirement # to match the new version. versioning-strategy: increase @@ -15,5 +15,6 @@ updates: # Define patterns to include dependencies in the group (based on # dependency name) applies-to: version-updates # Applies the group rule to version updates + patterns: - "*" # A wildcard that matches all dependencies in the package # ecosystem. Note: using "*" may open a large pull request