Skip to content

Commit 3265ab7

Browse files
committed
build: add dependabot
1 parent d98e03f commit 3265ab7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Configuration for Golang
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Configuration for Docker
10+
- package-ecosystem: "docker"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV GO111MODULE=on \
1515
RUN go mod tidy && \
1616
go build -ldflags "-X 'main.version=${VERSION}'" -o /app/bin/gitlab-sync ./cmd/main.go
1717

18-
FROM alpine:latest as security_provider
18+
FROM alpine:3.22.0 as security_provider
1919

2020
RUN addgroup -S gitlab-sync \
2121
&& adduser -S gitlab-sync -G gitlab-sync

0 commit comments

Comments
 (0)