Files
auth0mock/renovate.json
T
argoyle 20bd659c63
auth0mock / build (push) Successful in 55s
Release / release (push) Failing after 52s
chore: update import paths and registry refs after move to gitea (#307)
Repo moved from GitLab to Gitea (git.unbound.se). Updates Go module path, all internal Go imports, Renovate registry pkg name, .buildtools.yaml registry block, and Dockerfile (drops obsolete GOPRIVATE + GITLAB_USER/GITLAB_TOKEN).

Reviewed-on: #307
2026-05-04 08:34:23 +00:00

18 lines
318 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchManagers": [
"kubernetes"
],
"matchPackageNames": [
"oci.unbound.se/unboundsoftware/auth0mock"
],
"enabled": false
}
]
}