Skip to content

Commit d6acbdb

Browse files
authored
[SEC-3153] update dependabot.yml to remove docker limit 0 (#458)
1 parent 7b52ce9 commit d6acbdb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
4-
open-pull-requests-limit: 0 # only enable security updates
5-
directory: "/"
6-
schedule:
7-
interval: daily
8-
time: "08:00"
9-
- package-ecosystem: docker
10-
directory: "/"
11-
schedule:
12-
interval: daily
13-
time: "08:00"
3+
- package-ecosystem: gomod
4+
open-pull-requests-limit: 0 # only enable security updates
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
time: "08:00"
9+
- package-ecosystem: docker
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
time: "08:00"

0 commit comments

Comments
 (0)