File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
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
-
7
2
version : 2
8
3
updates :
9
4
- package-ecosystem : " pip" # See documentation for possible values
10
5
directory : " /" # Location of package manifests
11
6
schedule :
12
7
interval : " daily"
8
+ commit-message :
9
+ prefix : " chore(deps)"
13
10
- package-ecosystem : " github-actions"
14
11
directory : " /"
15
12
schedule :
16
13
interval : " daily"
14
+ commit-message :
15
+ prefix : " chore(deps)"
17
16
- package-ecosystem : " docker"
18
17
directory : " /"
19
18
schedule :
20
19
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
2
2
flake8==7.0.0
3
- mypy==1.9 .0
3
+ mypy==1.10 .0
4
4
mypy-extensions==1.0.0
5
5
pylint==3.1.0
6
6
pytest==8.1.1
You can’t perform that action at this time.
0 commit comments