Skip to content

Commit

Permalink
chore(config): group dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
jurijzahn8019 committed Feb 1, 2024
1 parent 0a99dd2 commit 30dc78c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ updates:
labels:
- "dependabot :dart:"
versioning-strategy: increase
groups:
eslint:
dependency-type: development
patterns: ["eslint", eslint-*]
update-types: [major, minor, patch]
prod-deps:
dependency-type: production
patterns: ["*"]
update-types: [minor, patch]
dev-deps:
dependency-type: development
patterns: ["*"]
update-types: [minor, patch]

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

0 comments on commit 30dc78c

Please sign in to comment.