Skip to content
Open
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
30 changes: 20 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,26 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
Comment thread
nbbeeken marked this conversation as resolved.
groups:
eslint:
patterns:
- "eslint*"
- "@eslint/*"
- "@typescript-eslint/*"
babel:
patterns:
- "@babel/*"
npm-production-minor-patch:
dependency-type: production
update-types:
- minor
- patch
npm-development-minor-patch:
dependency-type: development
update-types:
- minor
- patch
npm-production-major:
dependency-type: production
update-types:
- major
npm-development-major:
dependency-type: development
update-types:
- major
cooldown:
default-days: 7
versioning-strategy: increase
Expand All @@ -27,7 +37,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
cooldown:
Comment thread
nbbeeken marked this conversation as resolved.
default-days: 7
labels:
Expand Down
Loading
Loading