Skip to content

Commit

Permalink
[2.x] Add [2.x] to dependabot commit message (#3219)
Browse files Browse the repository at this point in the history
### Description

Prefixes the dependabot commit message with `[2.x]` for PRs against the
2.x branch.

* Category (Enhancement, New feature, Bug fix, Test fix, Refactoring,
Maintenance, Documentation)

Maintenance

### Check List
- [ ] New functionality includes testing
- [ ] New functionality has been documented
- [ ] 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: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 21, 2023
1 parent 478b27d commit 31100ab
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: "dependabot:"
prefix: "[2.x] dependabot:"
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: "dependabot:"
prefix: "[2.x] dependabot:"

0 comments on commit 31100ab

Please sign in to comment.