Skip to content

Commit

Permalink
ci(dependabot): set commit prefix to support release process (#132)
Browse files Browse the repository at this point in the history
Our upcoming release process will be expecting specific commit prefixes
to determine if it should attempt to create a release or not
  • Loading branch information
mloberg authored Oct 24, 2024
1 parent 60e13fc commit 8874c67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: /
schedule:
interval: monthly
commit-message:
include: scope
prefix: ci
groups:
actions:
patterns:
Expand All @@ -13,6 +16,10 @@ updates:
open-pull-requests-limit: 25
schedule:
interval: monthly
commit-message:
include: scope
prefix: deps
prefix-development: chore
groups:
terraform:
patterns:
Expand Down

0 comments on commit 8874c67

Please sign in to comment.