Skip to content

Commit

Permalink
chore(dependabot): exclude drizzle packages
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 30, 2024
1 parent b9f236a commit d55be73
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,26 @@ updates:
labels:
- dependencies
groups:
production:
production-deps:
dependency-type: production
update-types:
- minor
- patch
patterns:
- '*'
dev:
exclude-patterns:
- 'drizzle*'
dev-deps:
dependency-type: development
update-types:
- minor
- patch
patterns:
- '*'
exclude-patterns:
- 'drizzle*'

# Only bump patch versions for 2.x
- package-ecosystem: npm
directory: /
target-branch: main
Expand All @@ -59,9 +64,11 @@ updates:
labels:
- dependencies
groups:
production:
production-deps:
dependency-type: production
update-types:
- patch
patterns:
- '*'
exclude-patterns:
- 'drizzle*'

0 comments on commit d55be73

Please sign in to comment.