- .gitea/workflows/ci.yml: Lint/svelte-check, dann Image in die Registry pushen, dann Deploy-Job pinnt den Commit-Hash in findr/infrastructure (Rebase-Retry gegen findr-api) - Dockerfile (adapter-node, node build/index.js auf :3000) + .dockerignore - renovate.json mit Prettier formatiert Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
5 lines
116 B
JSON
5 lines
116 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>mars3142/renovate-config"]
|
|
}
|