Skip to content

Commit

Permalink
Only allow minor & patch dependency updates (#822)
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 f231959 commit ab5a0b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 All @@ -23,8 +29,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 ab5a0b3

Please sign in to comment.