From dee3dff404338d6faee34315dd761d96b91a52a5 Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Thu, 23 Apr 2026 11:05:13 +0200 Subject: [PATCH 1/2] fix(lint) configure staticcheck with defaults and disable deprecation Preparation for multiversion SDK --- golang-ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/golang-ci.yaml b/golang-ci.yaml index 3026ce631..e24b479bb 100644 --- a/golang-ci.yaml +++ b/golang-ci.yaml @@ -66,6 +66,18 @@ linters: - name: atomic - name: empty-lines - name: early-return + staticcheck: + checks: + # default from https://golangci-lint.run/docs/linters/configuration/#staticcheck + - all + - "-ST1000" + - "-ST1003" + - "-ST1016" + - "-ST1020" + - "-ST1021" + - "-ST1022" + # customizations + - "-SA1019" # disable deprecation errors while we switch over to the SDK structure with multi API version support exclusions: generated: lax paths: From 21409811cb746b1c5d23088dd814f0bc33200238 Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Thu, 23 Apr 2026 11:40:00 +0200 Subject: [PATCH 2/2] feat(dependabot) group sdk dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a4e09fe6..b4cd7594e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: cooldown: default-days: 7 exclude: ["github.com/stackitcloud*"] + groups: + stackit: + patterns: + - "github.com/stackitcloud/stackit-sdk-go/*" - package-ecosystem: "github-actions" directory: "/" schedule: