Skip to content

Commit 67d4d21

Browse files
authored
Relax dependabot to weekly (#556)
* ci: relax dependabot to weekly * ci: group minor and patch pip updates
1 parent efff9ec commit 67d4d21

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,33 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
77
- package-ecosystem: pip
88
directory: "/.github/workflows"
99
schedule:
10-
interval: daily
10+
interval: weekly
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- minor
15+
- patch
1116
- package-ecosystem: pip
1217
directory: "/docs"
1318
schedule:
14-
interval: daily
19+
interval: weekly
20+
groups:
21+
minor-and-patch:
22+
update-types:
23+
- minor
24+
- patch
1525
- package-ecosystem: pip
1626
directory: "/"
1727
schedule:
18-
interval: daily
28+
interval: weekly
1929
allow:
2030
- dependency-type: "all"
31+
groups:
32+
minor-and-patch:
33+
update-types:
34+
- minor
35+
- patch

0 commit comments

Comments
 (0)