Skip to content

Commit de0463a

Browse files
authored
Add section for dependency upgrades in PR template (#7577)
Add a note about PR for dependency upgrades are not needed as those are handled by dependabot in a weekly basis.
1 parent e5df6ef commit de0463a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Also, add it to `dependabot.yml` and `labeler.yml`.
88
99
Before committing, please run `./gradlew checkstyleMain checkstyleTest spotlessApply` and fix any issues that occur.
1010
11+
Dependency Upgrades:
12+
Please do not open a pull request to update only a version dependency. Existing process will perform
13+
the upgrade every week. However, if the upgrade involves more changes (changes for deprecated API) then
14+
your pull request is very welcome.
15+
1116
Describing Your Changes:
1217
1318
If, after having reviewed the notes above, you're ready to submit your pull request, please

0 commit comments

Comments
 (0)