Skip to content

Commit 5ecddc8

Browse files
authored
chore: update-renovate with latest refactor (#37)
* chore: update-renovate with latest refactor Signed-off-by: pohanhuang <pohan.huang@suse.com> * chore: add legacy branch support Signed-off-by: pohanhuang <pohan.huang@suse.com> * chore: update renovate and dockerfile Signed-off-by: pohanhuang <pohan.huang@suse.com> --------- Signed-off-by: pohanhuang <pohan.huang@suse.com>
1 parent 8bdee92 commit 5ecddc8

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM registry.suse.com/bci/golang:1.26 AS builder
22
ARG MK_HOST_ARCH
33
ENV ARCH=$MK_HOST_ARCH
4+
ENV GOTOOLCHAIN=auto
45

56
RUN zypper -n rm container-suseconnect && \
67
zypper -n install git curl docker gzip tar wget awk docker-buildx

renovate.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"extends": [
3-
"github>harvester/renovate:renovate-default"
4-
],
5-
"baseBranches": [
6-
"main",
7-
"/^v.*/"
8-
]
2+
"extends": [
3+
"github>harvester/dependency-automation:renovate"
4+
]
95
}

0 commit comments

Comments
 (0)