Skip to content

Commit

Permalink
chore: group packages in the PRs created by Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Aug 2, 2024
1 parent b79be3f commit 21b6196
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,28 @@ updates:
interval: "daily"
assignees:
- "xicri"
open-pull-requests-limit: 0 # only receive security updates
groups:
security:
applies-to: "security-updates"
update-types:
- "minor"
- "patch"
security-breaking:
applies-to: "security-updates"
update-types:
- "major"
compatible:
applies-to: "version-updates"
update-types:
- "minor"
- "patch"
not-urgent:
applies-to: "version-updates"
patterns:
- "eslint"
- "eslint-plugin-*"
- "eslint-config-*"
- "typescript-eslint"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 21b6196

Please sign in to comment.