Skip to content

Commit

Permalink
Update dependabot.yml (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored and tgregg committed Mar 1, 2024
1 parent 5907909 commit 2d0a167
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ updates:
directory: /
schedule:
interval: weekly
# Only one PR at a time
open-pull-requests-limit: 1
# Group all updates together in one PR
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
groups:
# The name of the group, it will be used in PR titles and branch
github-action-dependencies:
patterns:
- '*'

0 comments on commit 2d0a167

Please sign in to comment.