@@ -15,80 +15,35 @@ updates:
1515 patterns :
1616 - " *"
1717
18- # ============================================
19- # Python (pip) dependencies - content-gen
20- # ============================================
21-
22- # content-gen/src/backend
23- - package-ecosystem : " pip"
24- directory : " /content-gen/src/backend"
25- schedule :
26- interval : " monthly"
27- target-branch : " dependabotchanges"
28- commit-message :
29- prefix : " build"
30- open-pull-requests-limit : 10
31- groups :
32- content-gen-backend-python :
33- patterns :
34- - " *"
35-
36- # content-gen/infra/vscode_web
18+ # Python (pip) dependencies - grouped
3719 - package-ecosystem : " pip"
38- directory : " /content-gen/infra/vscode_web"
39- schedule :
40- interval : " monthly"
41- target-branch : " dependabotchanges"
42- commit-message :
43- prefix : " build"
44- open-pull-requests-limit : 10
45- groups :
46- content-gen-vscode-web-python :
47- patterns :
48- - " *"
49-
50- # content-gen/scripts
51- - package-ecosystem : " pip"
52- directory : " /content-gen/scripts"
53- schedule :
54- interval : " monthly"
55- target-branch : " dependabotchanges"
56- commit-message :
57- prefix : " build"
58- open-pull-requests-limit : 10
59- groups :
60- content-gen-scripts-python :
61- patterns :
62- - " *"
63-
64- # ============================================
65- # npm dependencies - content-gen
66- # ============================================
67-
68- # content-gen/src/app/frontend
69- - package-ecosystem : " npm"
70- directory : " /content-gen/src/app/frontend"
20+ directories :
21+ - " /content-gen/src/backend"
22+ - " /content-gen/infra/vscode_web"
23+ - " /content-gen/scripts"
7124 schedule :
7225 interval : " monthly"
7326 target-branch : " dependabotchanges"
7427 commit-message :
7528 prefix : " build"
7629 open-pull-requests-limit : 10
7730 groups :
78- content-gen-frontend-npm :
31+ python-deps :
7932 patterns :
8033 - " *"
8134
82- # content-gen/src/app/frontend-server
35+ # npm dependencies - grouped
8336 - package-ecosystem : " npm"
84- directory : " /content-gen/src/app/frontend-server"
37+ directories :
38+ - " /content-gen/src/app/frontend"
39+ - " /content-gen/src/app/frontend-server"
8540 schedule :
8641 interval : " monthly"
8742 target-branch : " dependabotchanges"
8843 commit-message :
8944 prefix : " build"
9045 open-pull-requests-limit : 10
9146 groups :
92- content-gen-frontend-server- npm :
47+ npm-deps :
9348 patterns :
9449 - " *"
0 commit comments