Skip to content

Commit 144d0f0

Browse files
author
Flurb
committed
Added changed dependabot config
Signed-off-by: Flurb <[email protected]>
1 parent fe9f2cc commit 144d0f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ updates:
1111
schedule:
1212
interval: "daily"
1313
open-pull-requests-limit: 5
14+
- package-ecosystem: "docker"
15+
directory: "/"
16+
schedule:
17+
interval: "daily"
18+
time: "09:05"
19+
timezone: "Europe/Amsterdam"
20+
open-pull-requests-limit: 5

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
basex:
99
labels:
1010
compas: true
11-
image: "basex/basexhttp:9.5.2"
11+
image: "basex/basexhttp:9.4.6"
1212
ports:
1313
- "1984:1984"
1414
volumes:

0 commit comments

Comments
 (0)