Skip to content

Commit

Permalink
Group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts committed Sep 25, 2024
1 parent d86a9d8 commit c5a0f7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ updates:
interval: "daily"
time: "17:00"
timezone: "America/Toronto"
groups:
non-major-versions: # the name of the group
update-types: # the key used to specify the semver level to include in the group
- "minor" # an array, possible values being minor, patch and major
- "patch"
open-pull-requests-limit: 100
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "17:10"
timezone: "America/Toronto"
groups:
non-major-versions: # the name of the group
update-types: # the key used to specify the semver level to include in the group
- "minor" # an array, possible values being minor, patch and major
- "patch"
open-pull-requests-limit: 100

0 comments on commit c5a0f7a

Please sign in to comment.