From d2e86b99ad6668e7881f4a0b22b1de0a1ca80e76 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:07:20 +0000 Subject: [PATCH 1/2] chore(deps): update dependency npm:renovate to v43.100.1 | datasource | package | from | to | | ---------- | -------- | ------- | -------- | | npm | renovate | 43.66.3 | 43.100.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 9c3bd4f5..3251d566 100644 --- a/mise.toml +++ b/mise.toml @@ -2,7 +2,7 @@ java = "temurin-25.0.1+8.0.LTS" lychee = "0.22.0" node = "24.14.1" -"npm:renovate" = "43.66.3" +"npm:renovate" = "43.100.1" "ubi:google/google-java-format" = "1.34.1" [env] From 0ccbf15fd98c5c313f0ce430247c37076ee647ec Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 2 Apr 2026 16:40:06 +0000 Subject: [PATCH 2/2] fix: bump flint to v0.9.2 to fix renovate-deps CI --- mise.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mise.toml b/mise.toml index 3251d566..a206fd74 100644 --- a/mise.toml +++ b/mise.toml @@ -17,19 +17,19 @@ run = "./gradlew build" # Shared lint tasks from flint (https://github.com/grafana/flint) [tasks."lint:super-linter"] description = "Run Super-Linter on the repository" -file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/lint/super-linter.sh" # v0.9.1 +file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/lint/super-linter.sh" # v0.9.2 [tasks."lint:links"] description = "Check for broken links in changed files + all local links" -file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/lint/links.sh" # v0.9.1 +file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/lint/links.sh" # v0.9.2 [tasks."lint:renovate-deps"] description = "Verify renovate-tracked-deps.json is up to date" -file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/lint/renovate-deps.py" # v0.9.1 +file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/lint/renovate-deps.py" # v0.9.2 [tasks."setup:native-lint-tools"] description = "Install native lint tools matching the pinned super-linter version" -file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/setup/native-lint-tools.sh" # v0.9.1 +file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/setup/native-lint-tools.sh" # v0.9.2 [tasks."lint:java"] description = "Check Java formatting and license headers (changed files only)"