File tree Expand file tree Collapse file tree 2 files changed +57
-29
lines changed
Expand file tree Collapse file tree 2 files changed +57
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ open-pull-requests-limit : 1
7+ schedule :
8+ interval : " weekly"
9+ day : " monday"
10+ time : " 09:00"
11+ commit-message :
12+ prefix : " github actions "
13+ include : scope
14+ groups :
15+ github-dependencies :
16+ patterns :
17+ - " *"
18+
19+ - package-ecosystem : " pip"
20+ directories :
21+ - " /"
22+ - " /sandbox"
23+ open-pull-requests-limit : 1
24+ versioning-strategy : auto
25+ ignore :
26+ - dependency-name : " *"
27+ update-types : ["version-update:semver-minor", "version-update:semver-patch"]
28+ schedule :
29+ interval : " weekly"
30+ day : " monday"
31+ time : " 09:00"
32+ commit-message :
33+ prefix : " pip "
34+ include : scope
35+ groups :
36+ python-dependencies :
37+ patterns :
38+ - " *"
39+
40+ - package-ecosystem : " npm"
41+ directory : " /"
42+ open-pull-requests-limit : 1
43+ versioning-strategy : auto
44+ ignore :
45+ - dependency-name : " *"
46+ update-types : ["version-update:semver-minor", "version-update:semver-patch"]
47+ schedule :
48+ interval : " weekly"
49+ day : " monday"
50+ time : " 09:00"
51+ commit-message :
52+ prefix : " pip "
53+ include : scope
54+ groups :
55+ npm-dependencies :
56+ patterns :
57+ - " *"
You can’t perform that action at this time.
0 commit comments