Skip to content

Commit

Permalink
[Backport 2.x] Removes prefix from dependabot's commit message (#3548) (
Browse files Browse the repository at this point in the history
#3628)

Backports #3548 via
2e7c361

Manual backport was needed since there were conflicts in the commit
message between main and 2.x

### Check List
~- [ ] 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).
  • Loading branch information
DarshitChanpura authored Oct 30, 2023
1 parent a9b2910 commit fa3e01d
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: "[2.x] dependabot:"
prefix: "[2.x] "
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
Expand All @@ -15,4 +15,4 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "[2.x] dependabot:"
prefix: "[2.x] "

0 comments on commit fa3e01d

Please sign in to comment.