Compare commits

...

2 Commits

Author SHA1 Message Date
Geoff Bourne
6894bcc0fb Try paths-ignore again 2026-02-15 12:39:08 -06:00
Geoff Bourne
b15a6cc59c Fix enabledManagers in renovate config 2026-02-15 12:37:00 -06:00
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ on:
- "compose-docs.yml"
- "zensical.toml"
- ".readthedocs.yaml"
- "renovate.json*"
- "renovate.json5"
jobs:
build:

View File

@@ -14,7 +14,7 @@ on:
- "compose-docs.yml"
- "zensical.toml"
- ".readthedocs.yaml"
- "renovate.json*"
- "renovate.json5"
jobs:
build:

View File

@@ -49,7 +49,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
# renovate: datasource=github-releases depName=itzg/mc-image-helper versioning=loose
# renovate: datasource=github-releases packageName=itzg/mc-image-helper versioning=loose
ARG MC_HELPER_VERSION=1.54.0
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
# used for cache busting local copy of mc-image-helper

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"custom"
"custom.regex"
],
"customManagers": [
{