Skip to content

Commit

Permalink
chore(release): Give dependency updates their own section in changelog (
Browse files Browse the repository at this point in the history
#177)

Dependabot updates will now be prefixed with `deps:`.
`deps` commits will be placed in the "Dependency Updates" section of the
changelog.
  • Loading branch information
AllexVeldman authored Mar 3, 2025
1 parent 45edf47 commit e606350
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
groups:
opentelemetry:
patterns:
patterns:
- "opentelemetry*"
1 change: 1 addition & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
test
build
ci
deps
requireScope: false
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
{
"type": "ci",
"section": "Continuous Integration"
},
{
"type": "deps",
"section": "Dependency Updates"
}
]
}

0 comments on commit e606350

Please sign in to comment.