Skip to content

Commit

Permalink
fix: dependabot now uses just "chore" as prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hearot committed Aug 26, 2020
1 parent 0506f07 commit 939922d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
reviewers:
- "hearot"
commit-message:
prefix: "chore: update "
prefix: "chore"
include: "scope"
labels:
- "dependencies"
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
### Fixes

- Create `_static/examples` directory ([13c734b3fef563821e39993100c06f32e49f1aef](https://github.com/hearot/pyrubrum/commit/13c734b3fef563821e39993100c06f32e49f1aef))
- Dependabot now uses just "chore" as prefix
- Do not raise `UnboundLocalError` anymore ([ce46b4f4a094cede204f01275fa9973b4a90e0cc](https://github.com/hearot/pyrubrum/commit/ce46b4f4a094cede204f01275fa9973b4a90e0cc))
- Keep backwards compatibility for `sphinx` ([f6a5e9c3163c619abe5dc199545879bd4d0ddccf](https://github.com/hearot/pyrubrum/commit/f6a5e9c3163c619abe5dc199545879bd4d0ddccf))
- Set `master_doc` to `index` ([0042b2e78e1e9f4b299fb81eb8eb167e4b8287d4](https://github.com/hearot/pyrubrum/commit/0042b2e78e1e9f4b299fb81eb8eb167e4b8287d4))
- The changelog generator now supports URLs ending in .git
- The changelog generator now supports URLs ending in .git ([0506f07bc0a2d86ac095173fa5661d772c271179](https://github.com/hearot/pyrubrum/commit/0506f07bc0a2d86ac095173fa5661d772c271179))

### New features

Expand Down
3 changes: 2 additions & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
### Fixes

- Create `_static/examples` directory ([13c734b3fef563821e39993100c06f32e49f1aef](https://github.com/hearot/pyrubrum/commit/13c734b3fef563821e39993100c06f32e49f1aef))
- Dependabot now uses just "chore" as prefix
- Do not raise `UnboundLocalError` anymore ([ce46b4f4a094cede204f01275fa9973b4a90e0cc](https://github.com/hearot/pyrubrum/commit/ce46b4f4a094cede204f01275fa9973b4a90e0cc))
- Keep backwards compatibility for `sphinx` ([f6a5e9c3163c619abe5dc199545879bd4d0ddccf](https://github.com/hearot/pyrubrum/commit/f6a5e9c3163c619abe5dc199545879bd4d0ddccf))
- Set `master_doc` to `index` ([0042b2e78e1e9f4b299fb81eb8eb167e4b8287d4](https://github.com/hearot/pyrubrum/commit/0042b2e78e1e9f4b299fb81eb8eb167e4b8287d4))
- The changelog generator now supports URLs ending in .git
- The changelog generator now supports URLs ending in .git ([0506f07bc0a2d86ac095173fa5661d772c271179](https://github.com/hearot/pyrubrum/commit/0506f07bc0a2d86ac095173fa5661d772c271179))

### New features

Expand Down

0 comments on commit 939922d

Please sign in to comment.