chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 45afddf9f3 - Show all commits

View file

@ -144,7 +144,6 @@
};
"woodpecker" = {
ip = "10.42.42.33";
ip6 = "2001:41f0:9639:1:1c24:daff:fedb:4a1a";
mac = "1E:24:DA:DB:4A:1A";
};
"nuc" = {

View file

@ -40,7 +40,7 @@ in {
WOODPECKER_GITEA_URL = "https://git.0x76.dev";
WOODPECKER_ADMIN = "v";
WOODPECKER_AUTHENTICATE_PUBLIC_REPOS = "true";
WOODPECKER_SERVER_ADDR = "0.0.0.0:8000";
WOODPECKER_SERVER_ADDR = "10.42.42.33:8000";
};
environmentFile = "${vs.woodpecker}/environment";
};