Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit b7a6b3b

Browse files
authored
disable docker and enable github
1 parent e33c5b2 commit b7a6b3b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ updates:
88
labels:
99
- "pip dependencies"
1010
open-pull-requests-limit: 10
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
day: "monday"
16+
labels:
17+
- "github actions"
18+
open-pull-requests-limit: 10
1119
- package-ecosystem: docker
1220
directory: "/"
1321
schedule:
1422
interval: "weekly"
1523
day: "monday"
1624
labels:
1725
- "docker dependencies"
18-
open-pull-requests-limit: 10
26+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)