Skip to content

Commit dcadf15

Browse files
committed
Add github-actions to dependabot
1 parent 1666f94 commit dcadf15

1 file changed

Lines changed: 28 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/."
5-
schedule:
6-
interval: daily
7-
time: "13:00"
8-
open-pull-requests-limit: 10
9-
allow:
10-
- dependency-name: pip
11-
- dependency-name: click
12-
cooldown:
13-
default-days: 7
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "wednesday"
8+
allow:
9+
- dependency-name: "pip"
10+
- dependency-name: "click"
11+
groups:
12+
python:
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
cooldown:
17+
default-days: 7
18+
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
day: "wednesday"
24+
groups:
25+
github-actions:
26+
update-types:
27+
- "minor"
28+
- "patch"
29+
cooldown:
30+
default-days: 7

0 commit comments

Comments
 (0)