Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
# Batch routine bumps into a few PRs instead of one-per-dependency.
# Collapse every routine bump (prod + dev) into a SINGLE weekly PR for the
# whole workspace. A lone "*" group with no update-type filter catches them all.
groups:
production-dependencies:
dependency-type: production
update-types:
- minor
- patch
development-dependencies:
dependency-type: development
all-dependencies:
patterns:
- '*'
Comment thread
roziscoding marked this conversation as resolved.
# Never raise major-version bumps — handle those deliberately by hand.
# (Dependabot security updates still apply regardless of this rule.)
ignore:
- dependency-name: '*'
update-types:
- minor
- patch
- version-update:semver-major
commit-message:
prefix: chore(deps)
prefix-development: chore(dev-deps)
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxt/ui": "^4.9.0",
"nuxt": "^4.1.3",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
"vue-router": "^5.1.0"
},
"devDependencies": {
"tailwindcss": "^4.1.13",
Expand Down
Loading