Skip to content

Commit

Permalink
[Backport 1.x] Removes prefix from dependabot's commit message (opens…
Browse files Browse the repository at this point in the history
…earch-project#3548) (opensearch-project#3627)

Backports opensearch-project#3548 via 2e7c361

Manual backport was needed since there were conflicts in the commit
message between main and 1.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 e2acb72 commit 6e6eb5f
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 6e6eb5f

Please sign in to comment.