diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 2a9361a8b..a1b889e38 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -46,7 +46,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v32.216.0 + uses: renovatebot/github-action@v32.217.0 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}" diff --git a/cluster/crds/cloudnative-pg/crds.yaml b/cluster/crds/cloudnative-pg/crds.yaml index 3ceb4c5c3..4c27aa093 100644 --- a/cluster/crds/cloudnative-pg/crds.yaml +++ b/cluster/crds/cloudnative-pg/crds.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 12h - url: https://github.com/cloudnative-pg/cloudnative-pg.git + url: https://github.com/cloudnative-pg/cloudnative-pg.git ref: # renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg tag: "v1.17.0"