Skip to content

Commit 69d42bc

Browse files
authored
bundle renovate updates (#1829)
so we don't update the local without checking Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 51ca0dd commit 69d42bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
groupName: "java graalvm",
2929
additionalBranchPrefix: "graalvm-",
3030
},
31+
{
32+
matchPackageNames: ["/^(ghcr.io/)?super-linter/super-linter$/"],
33+
groupName: "super-linter",
34+
},
3135
],
3236
customManagers: [
3337
{

.mise/tasks/lint/super-linter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -euo pipefail
66

77
# renovate: datasource=docker depName=ghcr.io/super-linter/super-linter
8-
SUPER_LINTER_VERSION="v8.4.0@sha256:c5e3307932203ff9e1e8acfe7e92e894add6266605b5d7fb525fb371a59a26f4"
8+
SUPER_LINTER_VERSION="v8.3.2@sha256:e9d1895a1bdc1f9d9df41f688b27aa891743f23f9fae0f22a3e25eeda8f102db"
99

1010
# Super-linter doesn't publish ARM64 images, so always use amd64
1111
docker pull --platform linux/amd64 "ghcr.io/super-linter/super-linter:${SUPER_LINTER_VERSION}"

0 commit comments

Comments
 (0)