Skip to content

Add renovate.json

Add renovate.json #78

Workflow file for this run

---
name: Validate & Build clusterbook service
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
pull_request:
types: [opened, reopened]
jobs:
Validate-Golang:
name: Valdiate Golang Code
uses: stuttgart-things/stuttgart-things/.github/workflows/call-golang-validation.yaml@main
with:
module-name: clusterbook
environment-name: k8s
runs-on: ghr-clusterbook-skyami-cicd
golint-version: v1.61.0-alpine
golang-version: 1.23.1
accept-linterrors: false
accept-failedtests: false
timeout-minutes: 15m
Build-Image:
name: Build Container Image
needs: Validate-Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/call-ko-build.yaml@main

Check failure on line 30 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "stuttgart-things/stuttgart-things/.github/workflows/call-ko-build.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
actions: read
packages: write
with:
environment-name: k8s
runs-on: docker
golang-version: 1.23.1
secrets: inherit