Skip to content

Commit a26f605

Browse files
committed
don't use lockfile because renovate doesn't support it yet
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent e960e5a commit a26f605

File tree

3 files changed

+6
-52
lines changed

3 files changed

+6
-52
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

mise.lock

Lines changed: 0 additions & 26 deletions
This file was deleted.

mise.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
[env]
2-
PROTO_GENERATION = "true"
3-
41
[tools]
5-
"cargo:zizmor" = "latest"
6-
"go:github.com/gohugoio/hugo" = "latest"
7-
"go:github.com/grafana/oats" = "latest"
2+
"cargo:zizmor" = "1.8.0"
3+
"go:github.com/gohugoio/hugo" = "v0.147.0"
4+
"go:github.com/grafana/oats" = "0.3.1"
85
java = "temurin-17.0.13+11"
9-
lychee = "latest"
10-
protoc = "latest"
6+
lychee = "0.18.1"
7+
protoc = "31.0"
118

129
[tasks.ci]
1310
description = "CI Build"
1411
run = "./mvnw clean install"
1512
env.REQUIRE_PROTO_UP_TO_DATE = "true"
13+
env.PROTO_GENERATION = "true"
1614

1715
[tasks.format]
1816
description = "format source code"

0 commit comments

Comments
 (0)