File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ updates:
9
9
directory : " /"
10
10
schedule :
11
11
interval : " monthly"
12
+ groups :
13
+ " GitHub Actions updates " :
14
+ patterns :
15
+ - " *"
12
16
- package-ecosystem : " docker"
13
17
directory : " /base.alpine"
14
18
schedule :
@@ -20,4 +24,4 @@ updates:
20
24
- package-ecosystem : " docker"
21
25
directory : " /build.go"
22
26
schedule :
23
- interval : " monthly"
27
+ interval : " monthly"
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.19
2
2
3
3
LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
4
- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker
4
+ # enables automatic changelog generation by tools like Dependabot
5
5
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
6
6
7
7
ENV \
Original file line number Diff line number Diff line change 12
12
FROM scratch
13
13
14
14
LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
15
- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker
15
+ # enables automatic changelog generation by tools like Dependabot
16
16
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
17
17
18
18
ENV TZ=America/Chicago
Original file line number Diff line number Diff line change 1
1
FROM golang:1.22-alpine
2
2
3
3
LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
4
- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker
4
+ # enables automatic changelog generation by tools like Dependabot
5
5
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
6
6
7
7
ENV \
You can’t perform that action at this time.
0 commit comments