{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fe1227ac-e274-42d7-b9f4-e03efc1f6a8b",
    "slug": "renovate",
    "name": "Renovate",
    "description": "Bot that opens pull requests to update your dependencies",
    "url": "https://railway.com/deploy/renovate",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/renovate-railway"
    }
  },
  "services": [
    {
      "name": "renovate",
      "source": {
        "repo": "https://github.com/gridalpha/renovate-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "renovate",
      "description": "Status dashboard listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "LOG_LEVEL",
      "service": "renovate",
      "description": "Renovate log verbosity",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "AWS_REGION",
      "service": "renovate",
      "description": "Bucket region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RENOVATE_TOKEN",
      "service": "renovate",
      "description": "Git platform token; the one value you must supply",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STATUS_PASSWORD",
      "service": "renovate",
      "description": "Dashboard basic-auth password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "STATUS_USERNAME",
      "service": "renovate",
      "description": "Dashboard basic-auth username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "renovate",
      "description": "Bucket access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RENOVATE_PLATFORM",
      "service": "renovate",
      "description": "Git platform the bot talks to",
      "secret": false,
      "strategy": "default",
      "default": "github"
    },
    {
      "key": "RENOVATE_REDIS_URL",
      "service": "renovate",
      "description": "Global lookup cache connection",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RENOVATE_S3_ENDPOINT",
      "service": "renovate",
      "description": "S3-compatible endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "renovate",
      "description": "Bucket secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RENOVATE_S3_PATH_STYLE",
      "service": "renovate",
      "description": "Path-style addressing required here",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "RENOVATE_INTERVAL_SECONDS",
      "service": "renovate",
      "description": "Gap between bot runs",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "RENOVATE_REPOSITORY_CACHE",
      "service": "renovate",
      "description": "Keep per-repository extraction cache",
      "secret": false,
      "strategy": "default",
      "default": "enabled"
    },
    {
      "key": "RENOVATE_REPOSITORY_CACHE_TYPE",
      "service": "renovate",
      "description": "Remote repository cache location",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "renovate",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "30"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "renovate"
      }
    },
    "cli": "railway deploy --template renovate",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fe1227ac-e274-42d7-b9f4-e03efc1f6a8b",
            "serializedConfig": {
              "buckets": {
                "395d5dfd-3ffa-484a-b2b2-71414a21ae57": {
                  "name": "renovate-cache"
                }
              },
              "services": {
                "9374d46a-a860-492c-ac4c-c506aa1c8a71": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/renovate.svg",
                  "name": "renovate",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/renovate-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Status dashboard listening port",
                      "defaultValue": "3000"
                    },
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Renovate log verbosity",
                      "defaultValue": "info"
                    },
                    "AWS_REGION": {
                      "isOptional": false,
                      "description": "Bucket region",
                      "defaultValue": "${{renovate-cache.REGION}}"
                    },
                    "RENOVATE_TOKEN": {
                      "description": "Git platform token; the one value you must supply",
                      "defaultValue": "{{RENOVATE_TOKEN}}"
                    },
                    "STATUS_PASSWORD": {
                      "isOptional": false,
                      "description": "Dashboard basic-auth password",
                      "defaultValue": "{{STATUS_PASSWORD}}"
                    },
                    "STATUS_USERNAME": {
                      "isOptional": false,
                      "description": "Dashboard basic-auth username",
                      "defaultValue": "admin"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Bucket access key",
                      "defaultValue": "${{renovate-cache.ACCESS_KEY_ID}}"
                    },
                    "RENOVATE_PLATFORM": {
                      "isOptional": false,
                      "description": "Git platform the bot talks to",
                      "defaultValue": "github"
                    },
                    "RENOVATE_REDIS_URL": {
                      "isOptional": false,
                      "description": "Global lookup cache connection",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "RENOVATE_S3_ENDPOINT": {
                      "isOptional": false,
                      "description": "S3-compatible endpoint",
                      "defaultValue": "${{renovate-cache.ENDPOINT}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Bucket secret key",
                      "defaultValue": "${{renovate-cache.SECRET_ACCESS_KEY}}"
                    },
                    "RENOVATE_S3_PATH_STYLE": {
                      "isOptional": false,
                      "description": "Path-style addressing required here",
                      "defaultValue": "true"
                    },
                    "RENOVATE_INTERVAL_SECONDS": {
                      "isOptional": false,
                      "description": "Gap between bot runs",
                      "defaultValue": "3600"
                    },
                    "RENOVATE_REPOSITORY_CACHE": {
                      "isOptional": false,
                      "description": "Keep per-repository extraction cache",
                      "defaultValue": "enabled"
                    },
                    "RENOVATE_REPOSITORY_CACHE_TYPE": {
                      "isOptional": false,
                      "description": "Remote repository cache location",
                      "defaultValue": "s3://${{renovate-cache.BUCKET}}/repository-cache/"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Clean shutdown window",
                      "defaultValue": "30"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "9374d46a-a860-492c-ac4c-c506aa1c8a71": {
                      "mountPath": "/data"
                    }
                  }
                },
                "e2527a8d-67cc-495f-822b-8f7155b90753": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "e2527a8d-67cc-495f-822b-8f7155b90753": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T13:09:09.802Z",
  "success_rate_30d": 0.1667,
  "validation": {
    "last_run_id": "run_4c261854150645f183de",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ],
    "typical_ready_seconds": 138
  }
}
