Skip to content

Commit e70e4b3

Browse files
committed
group GitHub actions updates into a single PR, clarify Dockerfiles
1 parent 927ffb7 commit e70e4b3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "monthly"
12+
groups:
13+
"GitHub Actions updates":
14+
patterns:
15+
- "*"
1216
- package-ecosystem: "docker"
1317
directory: "/base.alpine"
1418
schedule:
@@ -20,4 +24,4 @@ updates:
2024
- package-ecosystem: "docker"
2125
directory: "/build.go"
2226
schedule:
23-
interval: "monthly"
27+
interval: "monthly"

base.alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.19
22

33
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
55
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
66

77
ENV \

base.scratch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN \
1212
FROM scratch
1313

1414
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
1616
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
1717

1818
ENV TZ=America/Chicago

build.go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.22-alpine
22

33
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
55
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage"
66

77
ENV \

0 commit comments

Comments
 (0)