Skip to content

Commit

Permalink
Removes prefix from dependabot's commit message (opensearch-project#3548
Browse files Browse the repository at this point in the history
)

Removes prefix from dependabot's commit message since it is removed when
generating releases notes ultimately.

~- [ ] New functionality includes testing~
~- [ ] New functionality has been documented~
- [x] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

Signed-off-by: Darshit Chanpura <[email protected]>
(cherry picked from commit 2e7c361)
  • Loading branch information
DarshitChanpura committed Oct 30, 2023
1 parent e2acb72 commit 0e8e0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[1.x] dependabot:"
prefix: "[1.x] "
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
Expand All @@ -17,6 +17,6 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[1.x] dependabot:"
prefix: "[1.x] "
labels:
- "backport 1.3"

0 comments on commit 0e8e0df

Please sign in to comment.