Compare commits

..

1 Commits

Author SHA1 Message Date
ff1236504d Add renovate.json 2024-09-11 14:04:52 +00:00
2 changed files with 6 additions and 3 deletions

View File

@ -13,11 +13,11 @@ matrix:
steps:
build-${TARGET}:
name: Build ${TARGET}
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
image: gitea.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
secrets:
- registry_token
- gitea_token
environment:
CONTAINER_REGISTRY: zot.badhouseplants.net
CONTAINER_REGISTRY: gitea.badhouseplants.net
privileged: true
depends_on: []
backend_options:

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}