Configure Renovate
Created by: renovate[bot]
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
Detected Package Files
-
.tool-versions(asdf) -
Dockerfile(dockerfile) -
.github/workflows/build-and-push.yaml(github-actions) -
.github/workflows/build.yaml(github-actions) -
.github/workflows/goreleaser.yml(github-actions) -
go.mod(gomod)
Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 5 Pull Requests:
Update golang Docker tag to v1.20.3
- Schedule: ["at any time"]
- Branch name:
renovate/golang-1.x - Merge into:
master - Upgrade golang to
1.20.3-bullseye - Upgrade golang to
1.20.3
Update module github.com/rs/zerolog to v1.29.1
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-rs-zerolog-1.x - Merge into:
master - Upgrade github.com/rs/zerolog to
v1.29.1
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-3.x - Merge into:
master - Upgrade actions/checkout to
v3
Update actions/setup-go action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-go-4.x - Merge into:
master - Upgrade actions/setup-go to
v4
Update docker/build-push-action action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/docker-build-push-action-4.x - Merge into:
master - Upgrade docker/build-push-action to
v4
prhourlylimit for details.
This PR has been generated by Mend Renovate. View repository job log here.