Skip to content

Commit 67dcbc8

Browse files
author
Flurb
committed
Added Docker scan for Dependabot
Signed-off-by: Flurb <[email protected]>
1 parent 4e3b7cf commit 67dcbc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ updates:
1212
interval: "daily"
1313
open-pull-requests-limit: 5
1414
- package-ecosystem: "docker"
15-
directory: "/"
15+
directory: "/compas/keycloak/"
16+
schedule:
17+
interval: "daily"
18+
open-pull-requests-limit: 5
19+
- package-ecosystem: "docker"
20+
directory: "/compas/reverse-proxy/"
1621
schedule:
1722
interval: "daily"
1823
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)