Skip to content

Commit d737b6a

Browse files
authored
Merge pull request #1 from pohanhuang/chore/update-renovate
chore: update-renovate with latest refactor
2 parents 9853f87 + c5c6494 commit d737b6a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=InvalidDefaultArgInFrom
33

4-
FROM registry.suse.com/bci/golang:1.26 AS builder
4+
FROM registry.suse.com/bci/golang:1.26.0 AS builder
55

66
ARG MK_HOST_ARCH
77
ENV ARCH=$MK_HOST_ARCH

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": [
3+
"github>harvester/dependency-automation:renovate"
4+
],
5+
"ignorePaths": [
6+
"sinks/samplehttpsink/**"
7+
]
8+
}

0 commit comments

Comments
 (0)