File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ updates:
1414 - " type/dependencies"
1515 - " scope/backend"
1616
17+ - package-ecosystem : docker
18+ directory : " /api"
19+ schedule :
20+ interval : weekly
21+ time : " 10:00"
22+ timezone : Europe/London
23+ reviewers :
24+ - " kafbat/backend"
25+ open-pull-requests-limit : 10
26+ ignore :
27+ - dependency-name : " azul/zulu-openjdk-alpine"
28+ # Limit dependabot pull requests to minor Java upgrades
29+ update-types : ["version-update:semver-major"]
30+ labels :
31+ - " type/dependencies"
32+ - " scope/backend"
33+
1734- package-ecosystem : npm
1835 directory : " /frontend"
1936 schedule :
Original file line number Diff line number Diff line change 1- FROM azul/zulu-openjdk-alpine:17.0.11-jre-headless
1+ # The tag is ignored when a sha is included but the reason to add it are:
2+ # 1. Self Documentation: It is difficult to find out what the expected tag is given a sha alone
3+ # 2. Helps dependabot during discovery of upgrades
4+ FROM azul/zulu-openjdk-alpine:17-jre-headless-latest@sha256:af4df00adaec356d092651af50d9e80fd179f96722d267e79acb564aede10fda
25
36RUN apk add --no-cache \
47 # snappy codec
You can’t perform that action at this time.
0 commit comments