Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 6061577

Browse files
authored
added dependabot.yml for version updates (#722)
1 parent 2d36129 commit 6061577

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directories:
5+
- "/"
6+
- "/docs"
7+
schedule:
8+
interval: "weekly"
9+
day: "sunday"
10+
time: "02:00"
11+
open-pull-requests-limit: 2
12+
groups:
13+
minor-and-patch:
14+
applies-to: version-updates
15+
update-types:
16+
- "patch"
17+
- "minor"
18+
major:
19+
applies-to: version-updates
20+
update-types:
21+
- "major"
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: "weekly"
26+
day: "sunday"
27+
time: "02:00"
28+
open-pull-requests-limit: 2
29+
groups:
30+
all-actions:
31+
applies-to: version-updates
32+
patterns: [ "*" ]
33+
- package-ecosystem: "docker"
34+
directory: "/"
35+
schedule:
36+
interval: "weekly"
37+
day: "sunday"
38+
time: "02:00"
39+
open-pull-requests-limit: 2
40+
groups:
41+
all-docker:
42+
applies-to: version-updates
43+
patterns: [ "*" ]

0 commit comments

Comments
 (0)