File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,26 +4,47 @@ updates:
44 - package-ecosystem : " github-actions"
55 directory : " /"
66 schedule :
7- interval : " daily "
7+ interval : " weekly "
88 cooldown :
99 default-days : 7
1010 commit-message :
1111 prefix : ⬆
12+ labels :
13+ - " internal"
14+ - " dependencies"
15+ - " github_actions"
16+ groups :
17+ github-actions :
18+ patterns :
19+ - " *"
1220 # Python
1321 - package-ecosystem : " uv"
1422 directory : " /"
1523 schedule :
16- interval : " daily "
24+ interval : " weekly "
1725 cooldown :
1826 default-days : 7
1927 commit-message :
2028 prefix : ⬆
29+ groups :
30+ python-packages :
31+ dependency-type : " development"
32+ patterns :
33+ - " *"
2134 # pre-commit
2235 - package-ecosystem : " pre-commit"
2336 directory : " /"
2437 schedule :
25- interval : " daily "
38+ interval : " weekly "
2639 cooldown :
2740 default-days : 7
2841 commit-message :
2942 prefix : ⬆
43+ labels :
44+ - " internal"
45+ - " dependencies"
46+ - " pre-commit"
47+ groups :
48+ pre-commit :
49+ patterns :
50+ - " *"
You can’t perform that action at this time.
0 commit comments