diff --git a/compose.yml b/compose.yml index 3f3c4e9..a208f27 100644 --- a/compose.yml +++ b/compose.yml @@ -32,17 +32,17 @@ services: configs: config_js: - name: renovate_config_js_v1 + name: comrade_renovate_bot_config_js_v1 file: config.js.tmpl template_driver: golang entrypoint: - name: renovate_entrypoint_v1 + name: comrade_renovate_bot_entrypoint_v1 file: entrypoint.sh secrets: api_token: - name: renovate_api_token_v1 + name: comrade_renovate_bot_api_token_v1 external: true github_token: - name: renovate_github_token_v1 + name: comrade_renovate_bot_github_token_v1 external: true