File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Dependabot to monitor package ecosystems to monitor for updates
12version : 2
23updates :
3- - package-ecosystem : " pip "
4+ - package-ecosystem : " uv "
45 directory : " /"
56 schedule :
67 interval : " weekly"
78 commit-message :
8- prefix : " chore(pip -deps) "
9+ prefix : " [CHORE] python -deps"
910 groups :
10- pip -deps :
11+ uv -deps :
1112 patterns :
1213 - " *"
1314 - package-ecosystem : " github-actions"
1415 directory : " /"
1516 schedule :
1617 interval : " weekly"
1718 commit-message :
18- prefix : " chore(ci -deps) "
19+ prefix : " [CHORE] python -deps"
1920 groups :
2021 gh-actions-deps :
2122 patterns :
Original file line number Diff line number Diff line change 2121 rev : v0.15.1
2222 hooks :
2323 - id : lychee-docker
24- # Optionally include additional CLI arguments
25- # args: ["--no-progress", "--exclude", "file://"]
2624 types : [markdown]
25+ args : ["--max-retries"]
2726 - repo : https://github.com/markdownlint/markdownlint
2827 rev : " v0.12.0"
2928 hooks :
You can’t perform that action at this time.
0 commit comments