File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed
Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change 55version : 2
66
77updates :
8- # Grouped GitHub Actions updates
8+ # GitHub Actions - grouped
99 - package-ecosystem : " github-actions"
1010 directory : " /"
1111 schedule :
1212 interval : " monthly"
13+ target-branch : " dependabotchanges"
14+ commit-message :
15+ prefix : " build"
16+ open-pull-requests-limit : 10
17+ groups :
18+ github-actions :
19+ patterns :
20+ - " *"
21+
22+ # Python backend dependencies - grouped
23+ - package-ecosystem : " pip"
24+ directory : " /src/api"
25+ schedule :
26+ interval : " monthly"
27+ target-branch : " dependabotchanges"
1328 commit-message :
1429 prefix : " build"
30+ open-pull-requests-limit : 10
31+ groups :
32+ backend-deps :
33+ patterns :
34+ - " *"
35+
36+ # Frontend npm dependencies - grouped
37+ - package-ecosystem : " npm"
38+ directory : " /src/App"
39+ schedule :
40+ interval : " monthly"
1541 target-branch : " dependabotchanges"
42+ commit-message :
43+ prefix : " build"
1644 open-pull-requests-limit : 10
45+ registries :
46+ - npm_public_registry
1747 groups :
18- all-actions :
48+ frontend-deps :
1949 patterns :
2050 - " *"
2151
22-
52+ registries :
53+ npm_public_registry :
54+ type : " npm-registry"
55+ url : " https://registry.npmjs.org/"
56+ token : ${{ secrets.TOKEN }}
You can’t perform that action at this time.
0 commit comments