Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
.github/workflows/ci.yml(github-actions) -
.github/workflows/promote.yml(github-actions) -
.github/workflows/tag.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
- Show all Merge Confidence badges for pull requests.
- 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.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 16 Pull Requests:
chore(deps): update fkirc/skip-duplicate-actions action to v2.2.0
- Schedule: ["at any time"]
- Branch name:
renovate/fkirc-skip-duplicate-actions-2.x - Merge into:
master - Upgrade fkirc/skip-duplicate-actions to
v2.2.0
fix(deps): update kubernetes packages to v0.29.0
- Schedule: ["at any time"]
- Branch name:
renovate/kubernetes-go - Merge into:
master - Upgrade k8s.io/apiextensions-apiserver to
v0.29.0 - Upgrade k8s.io/apimachinery to
v0.29.0
fix(deps): update module github.com/dave/jennifer to v1.7.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-dave-jennifer-1.x - Merge into:
master - Upgrade github.com/dave/jennifer to
v1.7.0
fix(deps): update module github.com/google/go-cmp to v0.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-google-go-cmp-0.x - Merge into:
master - Upgrade github.com/google/go-cmp to
v0.6.0
fix(deps): update module golang.org/x/tools to v0.16.1
- Schedule: ["at any time"]
- Branch name:
renovate/golang.org-x-tools-0.x - Merge into:
master - Upgrade golang.org/x/tools to
v0.16.1
fix(deps): update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/gopkg.in-alecthomas-kingpin.v2-2.x - Merge into:
master - Upgrade gopkg.in/alecthomas/kingpin.v2 to
v2.4.0
chore(deps): update actions/cache action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/actions-cache-3.x - Merge into:
master - Upgrade actions/cache to
v3
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-checkout-4.x - Merge into:
master - Upgrade actions/checkout to
v4
chore(deps): update actions/setup-go action to v5
- Schedule: ["at any time"]
- Branch name:
renovate/actions-setup-go-5.x - Merge into:
master - Upgrade actions/setup-go to
v5
chore(deps): update actions/upload-artifact action to v4
- Schedule: ["at any time"]
- Branch name:
renovate/actions-upload-artifact-4.x - Merge into:
master - Upgrade actions/upload-artifact to
v4
chore(deps): update codecov/codecov-action action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/codecov-codecov-action-3.x - Merge into:
master - Upgrade codecov/codecov-action to
v3
chore(deps): update docker/login-action action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/docker-login-action-3.x - Merge into:
master - Upgrade docker/login-action to
v3
chore(deps): update docker/setup-buildx-action action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/docker-setup-buildx-action-3.x - Merge into:
master - Upgrade docker/setup-buildx-action to
v3
chore(deps): update docker/setup-qemu-action action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/docker-setup-qemu-action-3.x - Merge into:
master - Upgrade docker/setup-qemu-action to
v3
chore(deps): update fkirc/skip-duplicate-actions action to v5
- Schedule: ["at any time"]
- Branch name:
renovate/fkirc-skip-duplicate-actions-5.x - Merge into:
master - Upgrade fkirc/skip-duplicate-actions to
v5.3.1
chore(deps): update golangci/golangci-lint-action action to v3
- Schedule: ["at any time"]
- Branch name:
renovate/golangci-golangci-lint-action-3.x - Merge into:
master - Upgrade golangci/golangci-lint-action to
v3
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.