Skip to content

Commit

Permalink
Add section for dependency upgrades in PR template (#7577)
Browse files Browse the repository at this point in the history
Add a note about PR for dependency upgrades are not needed as
those are handled by dependabot in a weekly basis.
  • Loading branch information
eddumelendez authored Sep 26, 2023
1 parent e5df6ef commit de0463a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Also, add it to `dependabot.yml` and `labeler.yml`.
Before committing, please run `./gradlew checkstyleMain checkstyleTest spotlessApply` and fix any issues that occur.
Dependency Upgrades:
Please do not open a pull request to update only a version dependency. Existing process will perform
the upgrade every week. However, if the upgrade involves more changes (changes for deprecated API) then
your pull request is very welcome.
Describing Your Changes:
If, after having reviewed the notes above, you're ready to submit your pull request, please
Expand Down

0 comments on commit de0463a

Please sign in to comment.