Skip to content

Commit

Permalink
Removes prefix from dependabot's commit message (#3548)
Browse files Browse the repository at this point in the history
### Description
Removes prefix from dependabot's commit message since it is removed when
generating releases notes ultimately.


### 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).

Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura authored Oct 18, 2023
1 parent 900d9d5 commit 2e7c361
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot:"
ignore:
# For all packages, ignore all major versions to minimize breaking issues
- dependency-name: "*"
Expand All @@ -14,5 +12,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "dependabot:"

0 comments on commit 2e7c361

Please sign in to comment.