Skip to content

Commit

Permalink
ci: update dependabot to group updates
Browse files Browse the repository at this point in the history
Signed-off-by: David Hart <[email protected]>
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent 27048d9 commit ac9f13b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ updates:
commit-message:
prefix: "build"
groups:
prod-dependencies:
production-dependencies:
dependency-type: "production"
update-types: ['minor', 'patch']
development-dependencies:
dependency-type: "development"

- package-ecosystem: github-actions
directory: /
Expand All @@ -23,5 +24,7 @@ updates:
commit-message:
prefix: "ci"
groups:
gh-dependencies:
applies-to: security-updates
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit ac9f13b

Please sign in to comment.