Configure Renovate #1

Open
RenovateBot wants to merge 1 commits from renovate/configure into main
Collaborator

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

  • rust/Cargo.toml (cargo)
  • .gitea/workflows/cargo-release.yml (github-actions)
  • .gitea/workflows/docker-release.yml (github-actions)
  • .gitea/workflows/go-release.yml (github-actions)
  • .gitea/workflows/python_package-release.yml (github-actions)
  • .gitea/workflows/test-go-docker-build.yml (github-actions)
  • .gitea/workflows/test-go.yml (github-actions)
  • .gitea/workflows/test-python-docker-build.yml (github-actions)
  • .gitea/workflows/test-python.yml (github-actions)
  • .gitea/workflows/test-rust-docker-build.yml (github-actions)
  • .gitea/workflows/test-rust.yml (github-actions)
  • go/go.mod (gomod)
  • pyproject.toml (pep621)

What to Expect

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

Update Rust crate git2 to 0.20
  • Schedule: ["at any time"]
  • Branch name: renovate/git2-0.x
  • Merge into: main
  • Upgrade git2 to 0.20
Update module github.com/go-git/go-git/v5 to v5.16.5
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-go-git-go-git-v5-5.x
  • Merge into: main
  • Upgrade github.com/go-git/go-git/v5 to v5.16.5
Update module github.com/spf13/cobra to v1.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-spf13-cobra-1.x
  • Merge into: main
  • Upgrade github.com/spf13/cobra to v1.10.2

🚸 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 Renovate Bot.

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. --- ### Detected Package Files * `rust/Cargo.toml` (cargo) * `.gitea/workflows/cargo-release.yml` (github-actions) * `.gitea/workflows/docker-release.yml` (github-actions) * `.gitea/workflows/go-release.yml` (github-actions) * `.gitea/workflows/python_package-release.yml` (github-actions) * `.gitea/workflows/test-go-docker-build.yml` (github-actions) * `.gitea/workflows/test-go.yml` (github-actions) * `.gitea/workflows/test-python-docker-build.yml` (github-actions) * `.gitea/workflows/test-python.yml` (github-actions) * `.gitea/workflows/test-rust-docker-build.yml` (github-actions) * `.gitea/workflows/test-rust.yml` (github-actions) * `go/go.mod` (gomod) * `pyproject.toml` (pep621) ### What to Expect With your current configuration, Renovate will create 3 Pull Requests: <details> <summary>Update Rust crate git2 to 0.20</summary> - Schedule: ["at any time"] - Branch name: `renovate/git2-0.x` - Merge into: `main` - Upgrade [git2](https://github.com/rust-lang/git2-rs) to `0.20` </details> <details> <summary>Update module github.com/go-git/go-git/v5 to v5.16.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-go-git-go-git-v5-5.x` - Merge into: `main` - Upgrade [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) to `v5.16.5` </details> <details> <summary>Update module github.com/spf13/cobra to v1.10.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-spf13-cobra-1.x` - Merge into: `main` - Upgrade [github.com/spf13/cobra](https://github.com/spf13/cobra) to `v1.10.2` </details> <br /> 🚸 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](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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
RenovateBot added 1 commit 2025-11-27 17:32:12 +00:00
Add renovate.json
Some checks failed
Test Python / run_pytest (pull_request) Failing after 1m26s
Test Python / run_mypy (pull_request) Failing after 1m52s
Test Python / run_lint (pull_request) Failing after 1m58s
Test Go / test (pull_request) Failing after 2m39s
Test Rust / test (pull_request) Failing after 2m45s
1ab9f984ef
Some checks failed
Test Python / run_pytest (pull_request) Failing after 1m26s
Test Python / run_mypy (pull_request) Failing after 1m52s
Test Python / run_lint (pull_request) Failing after 1m58s
Test Go / test (pull_request) Failing after 2m39s
Test Rust / test (pull_request) Failing after 2m45s
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 checkout renovate/configure
Sign in to join this conversation.