Skip to content

Commit

Permalink
Merge pull request #57 from github/jm-dependabot-pr-prefix-and-updates
Browse files Browse the repository at this point in the history
chore(deps): update dependabot config to include pr prefixes
  • Loading branch information
jmeridth authored Apr 25, 2024
2 parents 4db3656 + b98621a commit f7405ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ examples: "feat: add new logger" or "fix: remove unused imports"

### Reviewer

- [ ] Label as either `bug`, `documentation`, `enhancement`, `infrastructure`, or `breaking`
- [ ] Label as either `bug`, `documentation`, `enhancement`, `infrastructure`, `maintenance` or `breaking`
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==24.4.0
black==24.4.1
flake8==7.0.0
mypy==1.9.0
mypy==1.10.0
mypy-extensions==1.0.0
pylint==3.1.0
pytest==8.1.1
Expand Down

0 comments on commit f7405ec

Please sign in to comment.