Skip to content

Commit 3e868d5

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-bits v0.0.0-20260528142640-88b87e0330e2 => v0.0.0-20260529151418-8d2b33444f03
1 parent f10a6a4 commit 3e868d5

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"config:recommended",
55
"default:pinDigestsDisabled",
66
"mergeConfidence:all-badges",
7-
"docker:disable",
8-
"github-actions:disable"
7+
"docker:disable"
98
],
109
"assignees": [
1110
"Nuckal777",
@@ -60,6 +59,18 @@
6059
],
6160
"dependencyDashboardApproval": true
6261
},
62+
{
63+
"matchDepTypes": [
64+
"action"
65+
],
66+
"matchFileNames": [
67+
".github/workflows/checks.yaml",
68+
".github/workflows/ci.yaml",
69+
".github/workflows/codeql.yaml",
70+
".github/workflows/container-registry-ghcr.yaml"
71+
],
72+
"enabled": false
73+
},
6374
{
6475
"matchPackageNames": [
6576
"/^k8s.io\\//"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/onsi/gomega v1.41.0
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/prometheus/common v0.67.5
16-
github.com/sapcc/go-bits v0.0.0-20260528142640-88b87e0330e2
16+
github.com/sapcc/go-bits v0.0.0-20260529151418-8d2b33444f03
1717
github.com/sapcc/ucfgwrap v0.0.0-20221123134804-375b5fb88359
1818
github.com/slack-go/slack v0.17.3
1919
github.com/vmware/govmomi v0.52.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ github.com/prometheus/procfs v0.19.2 h1:zUMhqEW66Ex7OXIiDkll3tl9a1ZdilUOd/F6ZXw4
122122
github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05ZpYlu+b4J7mw=
123123
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
124124
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
125-
github.com/sapcc/go-bits v0.0.0-20260528142640-88b87e0330e2 h1:QIDurUYOqDJ04NXK62lMr9SLG8Mipv8otL13Q8h3p/c=
126-
github.com/sapcc/go-bits v0.0.0-20260528142640-88b87e0330e2/go.mod h1:tlX0d8TvLgEikNWwFbB1SxnW0q/6XybpXjt8mr97Qzg=
125+
github.com/sapcc/go-bits v0.0.0-20260529151418-8d2b33444f03 h1:ni4+0WYad/128i2s3lrE2wOwzu1BkhZpWq9ZgTDsjCk=
126+
github.com/sapcc/go-bits v0.0.0-20260529151418-8d2b33444f03/go.mod h1:tlX0d8TvLgEikNWwFbB1SxnW0q/6XybpXjt8mr97Qzg=
127127
github.com/sapcc/ucfgwrap v0.0.0-20221123134804-375b5fb88359 h1:+WaEmX1MhwTnd4OzXPXPzzbY3HrX4BkpuoXkleKzo6M=
128128
github.com/sapcc/ucfgwrap v0.0.0-20221123134804-375b5fb88359/go.mod h1:Sffk+MtZYoSaWPfxl9d9ZFUJLxlesm8tfZPb9LkHCd4=
129129
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=

0 commit comments

Comments
 (0)