Skip to content

Commit f7405ec

Browse files
authored
Merge pull request #57 from github/jm-dependabot-pr-prefix-and-updates
chore(deps): update dependabot config to include pr prefixes
2 parents 4db3656 + b98621a commit f7405ec

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1+
12
version: 2
23
updates:
34
- package-ecosystem: "pip"
45
directory: "/"
56
schedule:
67
interval: "daily"
8+
commit-message:
9+
prefix: "chore(deps)"
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
1013
interval: "daily"
14+
commit-message:
15+
prefix: "chore(deps)"
1116
- package-ecosystem: "docker"
1217
directory: "/"
1318
schedule:
1419
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 `bug`, `documentation`, `enhancement`, `infrastructure`, or `breaking`
24+
- [ ] Label as either `bug`, `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)