Skip to content

Commit

Permalink
Configure Dependabot groups and commit messages (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz authored Oct 11, 2023
1 parent d77bd7c commit e3c6ffd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
commit-message:
prefix: "fix"
prefix-development: "build"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "fix"

0 comments on commit e3c6ffd

Please sign in to comment.