Skip to content

Commit fa3e01d

Browse files
[Backport 2.x] Removes prefix from dependabot's commit message (#3548) (#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).
1 parent a9b2910 commit fa3e01d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: "weekly"
77
commit-message:
8-
prefix: "[2.x] dependabot:"
8+
prefix: "[2.x] "
99
ignore:
1010
# For all packages, ignore all major versions to minimize breaking issues
1111
- dependency-name: "*"
@@ -15,4 +15,4 @@ updates:
1515
schedule:
1616
interval: "weekly"
1717
commit-message:
18-
prefix: "[2.x] dependabot:"
18+
prefix: "[2.x] "

0 commit comments

Comments
 (0)