Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Jun 4, 2024
1 parent 0696696 commit ea4e78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ea4e78d

Please sign in to comment.