File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ updates:
66 directory : " /"
77 schedule :
88 interval : " daily"
9+ commit-message :
10+ prefix : " chore(deps)"
11+ prefix-development : " chore(deps-dev)"
12+
913 - package-ecosystem : " github-actions"
1014 directory : " /"
1115 schedule :
1216 interval : " daily"
17+ commit-message :
18+ prefix : " chore(ci)"
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ All submissions need to be reviewed by at least one jbanking committer before be
144144- Commits should be atomic and semantic.
145145 Please properly squash your pull requests before submitting them.
146146 Fixup commits can be used temporarily during the review process, but things should be squashed at the end to have meaningful commits.
147+ - Commit messages must follow the [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) specification.
147148- Git authorship (i.e., git ` user.name ` and ` user.email ` ) must be properly set.
148149- Tests and documentation are not optional.
149150 Remember to include tests in your pull requests.
You can’t perform that action at this time.
0 commit comments