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+ version : 2
2+ updates :
3+
4+ # Maintain dependencies for GitHub Actions
5+ - package-ecosystem : " github-actions"
6+ directory : " /"
7+ schedule :
8+ interval : " weekly"
9+ groups :
10+ github-actions :
11+ patterns :
12+ - " *"
13+
14+ # Maintain dependencies for npm
15+ - package-ecosystem : " npm"
16+ directory : " /app/frontend"
17+ schedule :
18+ interval : " weekly"
19+
20+ # Maintain dependencies for pip
21+ - package-ecosystem : " pip"
22+ directory : " /"
23+ schedule :
24+ interval : " weekly"
25+ groups :
26+ h2-dependencies :
27+ patterns :
28+ - " h2"
29+ - " hpack"
30+ - " hyperframe"
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ colorama==0.4.6
1717cryptography == 44.0.1
1818Flask == 3.0.1
1919h11 == 0.14.0
20- h2 == 4.1 .0
21- hpack == 4.0 .0
20+ h2 == 4.3 .0
21+ hpack == 4.1 .0
2222Hypercorn == 0.16.0
23- hyperframe == 6.0.1
23+ hyperframe == 6.1.0
2424idna == 3.7
2525isodate == 0.6.1
2626itsdangerous == 2.1.2
You can’t perform that action at this time.
0 commit comments