Configure Renovate #1

Open
renovate-bot wants to merge 1 commit from renovate/configure into master
First-time contributor

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 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.


Detected Package Files

  • Dockerfile (dockerfile)
  • go.mod (gomod)

What to Expect

With your current configuration, Renovate will create 7 Pull Requests:

Update go toolchain directive to v1.27.1
  • Schedule: ["at any time"]
  • Branch name: renovate/go-1.x
  • Merge into: master
  • Upgrade go to 1.27.1
Update golang Docker tag to v1.27
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.27
Update module github.com/onsi/ginkgo/v2 to v2.32.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-ginkgo-v2-2.x
  • Merge into: master
  • Upgrade github.com/onsi/ginkgo/v2 to v2.32.2
Update module github.com/onsi/gomega to v1.43.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-gomega-1.x
  • Merge into: master
  • Upgrade github.com/onsi/gomega to v1.43.0
Update module k8s.io/apimachinery to v0.37.0
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-apimachinery-0.x
  • Merge into: master
  • Upgrade k8s.io/apimachinery to v0.37.0
Update module k8s.io/client-go to v0.37.0
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-client-go-0.x
  • Merge into: master
  • Upgrade k8s.io/client-go to v0.37.0
Update module sigs.k8s.io/controller-runtime to v0.25.1
  • 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.25.1

🚸 PR 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 CLI.

Welcome to [Renovate](https://github.com/renovatebot/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. 📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading. 🔡 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. --- ### Detected Package Files * `Dockerfile` (dockerfile) * `go.mod` (gomod) ### What to Expect With your current configuration, Renovate will create 7 Pull Requests: <details> <summary>Update go toolchain directive to v1.27.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/go-1.x` - Merge into: `master` - Upgrade [go](https://github.com/golang/go) to `1.27.1` </details> <details> <summary>Update golang Docker tag to v1.27</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang-1.x` - Merge into: `master` - Upgrade [golang](https://github.com/docker-library/golang) to `1.27` </details> <details> <summary>Update module github.com/onsi/ginkgo/v2 to v2.32.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-onsi-ginkgo-v2-2.x` - Merge into: `master` - Upgrade [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) to `v2.32.2` </details> <details> <summary>Update module github.com/onsi/gomega to v1.43.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-onsi-gomega-1.x` - Merge into: `master` - Upgrade [github.com/onsi/gomega](https://github.com/onsi/gomega) to `v1.43.0` </details> <details> <summary>Update module k8s.io/apimachinery to v0.37.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/k8s.io-apimachinery-0.x` - Merge into: `master` - Upgrade [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) to `v0.37.0` </details> <details> <summary>Update module k8s.io/client-go to v0.37.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/k8s.io-client-go-0.x` - Merge into: `master` - Upgrade [k8s.io/client-go](https://github.com/kubernetes/client-go) to `v0.37.0` </details> <details> <summary>Update module sigs.k8s.io/controller-runtime to v0.25.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/sigs.k8s.io-controller-runtime-0.x` - Merge into: `master` - Upgrade [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) to `v0.25.1` </details> 🚸 PR 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`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git switch renovate/configure

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/configure
git switch renovate/configure
git rebase master
git switch master
git merge --ff-only renovate/configure
git switch renovate/configure
git rebase master
git switch master
git merge --no-ff renovate/configure
git switch master
git merge --squash renovate/configure
git switch master
git merge --ff-only renovate/configure
git switch master
git merge renovate/configure
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/maintenance-operator!1
No description provided.