Skip to content

Commit

Permalink
Merge branch 'main' into renovate/golang-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chess-knight authored Apr 9, 2024
2 parents f50df5c + e73ef8e commit cef242d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-update-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
- name: Renovate
uses: renovatebot/github-action@23b01dbf6f38965076a36aff87f802263164f204 # v40.1.6
uses: renovatebot/github-action@10b0dbf049fea8f04c079c8802145f3eac72d9e7 # v40.1.8
env:
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'
Expand Down
2 changes: 1 addition & 1 deletion images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest as wolfi
# update: datasource=github-tags depName=kubernetes-sigs/cluster-api
ARG CLUSTERCTL_VERSION="v1.6.3"
# update: datasource=github-tags depName=golangci/golangci-lint
ENV GOLANGCI_VERSION="v1.56.2"
ENV GOLANGCI_VERSION="v1.57.2"
# update: datasource=github-tags depName=kubernetes-sigs/kind
ARG KIND_VERSION="v0.22.0"
# update: datasource=github-tags depName=kubernetes/kubernetes
Expand Down

0 comments on commit cef242d

Please sign in to comment.