Skip to content

Commit

Permalink
Only allow minor & patch dependency updates (#367)
Browse files Browse the repository at this point in the history
Configure dependabot to only include minor and patch versions as part of grouped PRs.
  • Loading branch information
sleberknight authored Nov 25, 2024
1 parent 86a4033 commit b599a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ updates:
groups:
dev-deps:
dependency-type: "development"
update-types:
- "minor"
- "patch"
prod-deps:
dependency-type: "production"
update-types:
- "minor"
- "patch"
assignees:
- "sleberknight"
- "chrisrohr"
Expand Down

0 comments on commit b599a8d

Please sign in to comment.