File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
2- # To get started with Dependabot version updates, you'll need to specify which
3- # package ecosystems to update and where the package manifests are located.
4- # Please see the documentation for all configuration options:
5- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6-
72version : 2
83updates :
94 - package-ecosystem : " pip" # See documentation for possible values
105 directory : " /" # Location of package manifests
116 schedule :
127 interval : " daily"
8+ commit-message :
9+ prefix : " chore(deps)"
1310 - package-ecosystem : " github-actions"
1411 directory : " /"
1512 schedule :
1613 interval : " daily"
14+ commit-message :
15+ prefix : " chore(deps)"
1716 - package-ecosystem : " docker"
1817 directory : " /"
1918 schedule :
2019 interval : " daily"
20+ commit-message :
21+ prefix : " chore(deps)"
Original file line number Diff line number Diff line change 1- black==24.4.0
1+ black==24.4.1
22flake8==7.0.0
3- mypy==1.9 .0
3+ mypy==1.10 .0
44mypy-extensions==1.0.0
55pylint==3.1.0
66pytest==8.1.1
You can’t perform that action at this time.
0 commit comments