Skip to content

Commit 82a9d3b

Browse files
committed
Reconfigure dependency updates
1 parent 302f3ef commit 82a9d3b

File tree

2 files changed

+45
-15
lines changed

2 files changed

+45
-15
lines changed

Diff for: .github/dependabot.yml

+44-14
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,71 @@ updates:
44
directory: /socnet_rs/
55
schedule:
66
interval: daily
7-
time: "04:30"
7+
time: "02:30"
8+
groups:
9+
minor:
10+
patterns:
11+
- "*"
12+
update-types:
13+
- minor
14+
- patch
815
- package-ecosystem: docker
916
directory: /docker/caddy/
1017
schedule:
1118
interval: daily
12-
time: "04:30"
19+
time: "02:30"
20+
groups:
21+
minor:
22+
patterns:
23+
- "*"
24+
update-types:
25+
- minor
26+
- patch
1327
- package-ecosystem: docker
1428
directory: /docker/django/
1529
schedule:
1630
interval: daily
17-
time: "04:30"
31+
time: "02:30"
32+
groups:
33+
minor:
34+
patterns:
35+
- "*"
36+
update-types:
37+
- minor
38+
- patch
1839
- package-ecosystem: github-actions
1940
directory: /
2041
schedule:
2142
interval: daily
22-
time: "04:30"
43+
time: "02:30"
44+
groups:
45+
minor:
46+
patterns:
47+
- "*"
48+
update-types:
49+
- minor
50+
- patch
2351
- package-ecosystem: npm
2452
directory: /
2553
schedule:
2654
interval: daily
27-
time: "04:30"
55+
time: "02:30"
2856
groups:
29-
typescript-eslint:
57+
minor:
3058
patterns:
31-
- "@typescript-eslint/eslint-plugin"
32-
- "@typescript-eslint/parser"
59+
- "*"
60+
update-types:
61+
- minor
62+
- patch
3363
- package-ecosystem: pip
3464
directory: /
3565
schedule:
3666
interval: daily
37-
time: "04:30"
67+
time: "02:30"
3868
groups:
39-
mypy:
69+
minor:
4070
patterns:
41-
- django-stubs
42-
- django-stubs-ext
43-
- djangorestframework-stubs
44-
- mypy
71+
- "*"
72+
update-types:
73+
- minor
74+
- patch

Diff for: .github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update dependencies
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: 0 6 * * *
5+
- cron: 30 3 * * *
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
cancel-in-progress: true

0 commit comments

Comments
 (0)