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
-
Dockerfile(dockerfile) -
.github/workflows/pull_request.yml(github-actions) -
.github/workflows/push.yml(github-actions) -
.github/workflows/release.yml(github-actions) -
go.mod(gomod) -
charts/slack-operator/values.yaml(helm-values) -
config/manager/kustomization.yaml(kustomize)
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 22 Pull Requests:
Update module github.com/stakater/operator-utils to v0.1.14
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-stakater-operator-utils-0.x - Merge into:
master - Upgrade github.com/stakater/operator-utils to
v0.1.14
Update anothrNick/github-tag-action action to v1.67.0
- Schedule: ["at any time"]
- Branch name:
renovate/anothrnick-github-tag-action-1.x - Merge into:
master - Upgrade anothrNick/github-tag-action to
1.67.0
Update golang Docker tag to v1.21
- Schedule: ["at any time"]
- Branch name:
renovate/golang-1.x - Merge into:
master - Upgrade golang to
1.21
Update kubernetes packages to v0.29.0
- Schedule: ["at any time"]
- Branch name:
renovate/kubernetes-go - Merge into:
master - Upgrade k8s.io/apimachinery to
v0.29.0 - Upgrade k8s.io/client-go to
v0.29.0
Update module github.com/go-logr/logr to v0.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-go-logr-logr-0.x - Merge into:
master - Upgrade github.com/go-logr/logr to
v0.4.0
Update module github.com/onsi/ginkgo to v1.16.5
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-onsi-ginkgo-1.x - Merge into:
master - Upgrade github.com/onsi/ginkgo to
v1.16.5
Update module github.com/onsi/gomega to v1.30.0
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-onsi-gomega-1.x - Merge into:
master - Upgrade github.com/onsi/gomega to
v1.30.0
Update module github.com/slack-go/slack to v0.12.3
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-slack-go-slack-0.x - Merge into:
master - Upgrade github.com/slack-go/slack to
v0.12.3
Update module github.com/stretchr/testify to v1.8.4
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-stretchr-testify-1.x - Merge into:
master - Upgrade github.com/stretchr/testify to
v1.8.4
Update module gopkg.in/yaml.v2 to v2.4.0
- Schedule: ["at any time"]
- Branch name:
renovate/gopkg.in-yaml.v2-2.x - Merge into:
master - Upgrade gopkg.in/yaml.v2 to
v2.4.0
Update module sigs.k8s.io/controller-runtime to v0.16.3
- Schedule: ["at any time"]
- Branch name:
renovate/sigs.k8s.io-controller-runtime-0.x - Merge into:
master - Upgrade sigs.k8s.io/controller-runtime to
v0.16.3
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
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
Update docker/build-push-action action to v5
- Schedule: ["at any time"]
- Branch name:
renovate/docker-build-push-action-5.x - Merge into:
master - Upgrade docker/build-push-action to
v5
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
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
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
Update imranismail/setup-kustomize action to v2
- Schedule: ["at any time"]
- Branch name:
renovate/imranismail-setup-kustomize-2.x - Merge into:
master - Upgrade imranismail/setup-kustomize to
v2
Update module github.com/go-logr/logr to v1
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-go-logr-logr-1.x - Merge into:
master - Upgrade github.com/go-logr/logr to
v1.3.0
Update module github.com/onsi/ginkgo to v2
- Schedule: ["at any time"]
- Branch name:
renovate/github.com-onsi-ginkgo-2.x - Merge into:
master - Upgrade github.com/onsi/ginkgo to
v2.13.2
Update module gopkg.in/yaml.v2 to v3
- Schedule: ["at any time"]
- Branch name:
renovate/gopkg.in-yaml.v2-3.x - Merge into:
master - Upgrade gopkg.in/yaml.v2 to
v3.0.1
Update mshick/add-pr-comment action to v2
- Schedule: ["at any time"]
- Branch name:
renovate/mshick-add-pr-comment-2.x - Merge into:
master - Upgrade mshick/add-pr-comment to
v2
🚸 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.
@renovate[bot] Image is available for testing. docker pull stakater/slack-operator:SNAPSHOT-PR-61-a37270f1
@renovate[bot] Image is available for testing. docker pull stakater/slack-operator:SNAPSHOT-PR-61-a5a0860b