Skip to content

Commit

Permalink
EREGCSC-2905-A -- Increment open Pull Request limit to 2 (#1523)
Browse files Browse the repository at this point in the history
* chore: bump open PR limit and see what happens

* chore: attempt to group certain dependencies together
  • Loading branch information
PhilR8 authored Jan 22, 2025
1 parent be24579 commit 27ee912
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,28 @@ updates:
schedule:
interval: "daily"
# Limit the number of open pull requests to 1
open-pull-requests-limit: 1
open-pull-requests-limit: 2
# Increase the minimum version for all npm dependencies
versioning-strategy: "increase"
groups:
vite:
patterns:
- "vite"
vuetify:
patterns:
- "vuetify*"
vue:
patterns:
- "vue*"
vitest:
patterns:
- "vitest*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
open-pull-requests-limit: 2
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 27ee912

Please sign in to comment.