Skip to content

Commit a7a687d

Browse files
committed
build: add docker to dependabot.yml
Signed-off-by: Vitor Hugo Salgado <[email protected]>
1 parent f7a362c commit a7a687d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ updates:
33
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
6+
interval: weekly
7+
open-pull-requests-limit: 5
88

99
- package-ecosystem: npm
1010
directory: "/"
1111
schedule:
12-
interval: daily
13-
open-pull-requests-limit: 10
12+
interval: weekly
13+
open-pull-requests-limit: 5
14+
15+
- package-ecosystem: docker
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)