Skip to content

Commit 13a7928

Browse files
authored
Merge pull request #124 from github/jm-dependabot-pr-prefix-and-updates
chore(deps): update dependabot config to include pr prefixes
2 parents 7eaa33e + 19db288 commit 13a7928

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/dependabot.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
51
---
62
version: 2
73
updates:
84
- package-ecosystem: "pip" # See documentation for possible values
95
directory: "/" # Location of package manifests
106
schedule:
117
interval: "daily"
8+
commit-message:
9+
prefix: "chore(deps)"
1210
- package-ecosystem: "github-actions"
1311
directory: "/"
1412
schedule:
1513
interval: "daily"
14+
commit-message:
15+
prefix: "chore(deps)"
1616
- package-ecosystem: "docker"
1717
directory: "/"
1818
schedule:
1919
interval: "daily"
20+
commit-message:
21+
prefix: "chore(deps)"

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ examples: "feat: add new logger" or "fix: remove unused imports"
2121

2222
### Reviewer
2323

24-
- [ ] Label as either `fix`, `documentation`, `enhancement`, `infrastructure`, or `breaking`
24+
- [ ] Label as either `fix`, `documentation`, `enhancement`, `infrastructure`, `maintenance` or `breaking`

requirements-test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
black==24.4.0
1+
black==24.4.1
22
flake8==7.0.0
3-
mypy==1.9.0
3+
mypy==1.10.0
44
mypy-extensions==1.0.0
55
pylint==3.1.0
66
pytest==8.1.1

0 commit comments

Comments
 (0)