Skip to content

Commit 8eff5f0

Browse files
Updates dependabot to scan all projects and Dockerfile (#1066)
1 parent 466b84d commit 8eff5f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
version: 2
22
updates:
33
- package-ecosystem: nuget
4-
directory: "/dev-proxy"
4+
directories:
5+
- "/dev-proxy"
6+
- "/dev-proxy-abstractions"
7+
- "/dev-proxy-plugins"
58
schedule:
69
interval: daily
7-
open-pull-requests-limit: 5
8-
labels:
9-
- proxy
10+
11+
- package-ecosystem: "docker"
12+
directory: "/"
13+
schedule:
14+
interval: daily

0 commit comments

Comments
 (0)