chore: Configure Renovate #7

Merged
florian merged 1 commit from renovate/configure into main 2026-06-14 02:53:01 +02:00
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.

📚 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

  • crates/esper-relay/Cargo.toml (cargo)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/prerelease.yml (github-actions)
  • .github/workflows/release-plz.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • rust-toolchain.toml (rust-toolchain)

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 fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs
  • Enable Renovate Dependency Dashboard creation.

What to Expect

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

chore(deps): update rust crate axum to v0.8.9
  • Schedule: ["at any time"]
  • Branch name: renovate/axum-0.x-lockfile
  • Merge into: main
  • Upgrade axum to 0.8.9
chore(deps): update rust crate serde_json to v1.0.150
  • Schedule: ["at any time"]
  • Branch name: renovate/serde_json-1.x-lockfile
  • Merge into: main
  • Upgrade serde_json to 1.0.150
chore(deps): update dependency go to v1.26.4
  • Schedule: ["at any time"]
  • Branch name: renovate/go-1.x
  • Merge into: main
  • Upgrade go to 1.26.4
chore(deps): update rust crate tokio to v1.52.3
  • Schedule: ["at any time"]
  • Branch name: renovate/tokio-1.x-lockfile
  • Merge into: main
  • Upgrade tokio to 1.52.3
fix(deps): update rust crate nix to 0.31
  • Schedule: ["at any time"]
  • Branch name: renovate/nix-0.x
  • Merge into: main
  • Upgrade nix to 0.31
chore(deps): update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to v6
chore(deps): update actions/setup-go action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-6.x
  • Merge into: main
  • Upgrade actions/setup-go to v6
chore(deps): update github artifact actions (major)
chore(deps): update softprops/action-gh-release action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/softprops-action-gh-release-3.x
  • Merge into: main
  • Upgrade softprops/action-gh-release to v3
fix(deps): update rust crate shlex to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/shlex-2.x
  • Merge into: main
  • Upgrade shlex to 2
fix(deps): update rust crate toml to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/toml-1.x
  • Merge into: main
  • Upgrade toml to 1.0

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.

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 * `crates/esper-relay/Cargo.toml` (cargo) * `.github/workflows/ci.yml` (github-actions) * `.github/workflows/prerelease.yml` (github-actions) * `.github/workflows/release-plz.yml` (github-actions) * `.github/workflows/release.yml` (github-actions) * `rust-toolchain.toml` (rust-toolchain) ### 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 `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - Provide a link to octochangelog's improved breakdown for Renovate's changelogs - Enable Renovate Dependency Dashboard creation. --- ### What to Expect With your current configuration, Renovate will create 11 Pull Requests: <details> <summary>chore(deps): update rust crate axum to v0.8.9</summary> - Schedule: ["at any time"] - Branch name: `renovate/axum-0.x-lockfile` - Merge into: `main` - Upgrade axum to `0.8.9` </details> <details> <summary>chore(deps): update rust crate serde_json to v1.0.150</summary> - Schedule: ["at any time"] - Branch name: `renovate/serde_json-1.x-lockfile` - Merge into: `main` - Upgrade serde_json to `1.0.150` </details> <details> <summary>chore(deps): update dependency go to v1.26.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/go-1.x` - Merge into: `main` - Upgrade [go](https://github.com/actions/go-versions) to `1.26.4` </details> <details> <summary>chore(deps): update rust crate tokio to v1.52.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/tokio-1.x-lockfile` - Merge into: `main` - Upgrade tokio to `1.52.3` </details> <details> <summary>fix(deps): update rust crate nix to 0.31</summary> - Schedule: ["at any time"] - Branch name: `renovate/nix-0.x` - Merge into: `main` - Upgrade nix to `0.31` </details> <details> <summary>chore(deps): update actions/checkout action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6` </details> <details> <summary>chore(deps): update actions/setup-go action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-go-6.x` - Merge into: `main` - Upgrade [actions/setup-go](https://github.com/actions/setup-go) to `v6` </details> <details> <summary>chore(deps): update github artifact actions (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-github-artifact-actions` - Merge into: `main` - Upgrade [actions/download-artifact](https://github.com/actions/download-artifact) to `v8` - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `v7` </details> <details> <summary>chore(deps): update softprops/action-gh-release action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/softprops-action-gh-release-3.x` - Merge into: `main` - Upgrade [softprops/action-gh-release](https://github.com/softprops/action-gh-release) to `v3` </details> <details> <summary>fix(deps): update rust crate shlex to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/shlex-2.x` - Merge into: `main` - Upgrade shlex to `2` </details> <details> <summary>fix(deps): update rust crate toml to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/toml-1.x` - Merge into: `main` - Upgrade toml to `1.0` </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](https://github.com/renovatebot/renovate). <!--renovate-config-hash:f45a09b7dfde7a562e5fe1fdc33ab1653a6b971df092f81a37906415a163370f-->
Add renovate.json
Some checks failed
CI / Build (aarch64-apple-darwin) (push) Waiting to run
CI / Build (aarch64-unknown-linux-gnu) (push) Waiting to run
CI / Build (x86_64-pc-windows-gnu) (push) Waiting to run
CI / Build (aarch64-apple-darwin) (pull_request) Waiting to run
CI / Build (aarch64-unknown-linux-gnu) (pull_request) Waiting to run
CI / Build (x86_64-pc-windows-gnu) (pull_request) Waiting to run
CI / conventional-commits (push) Has been skipped
CI / conventional-commits (pull_request) Failing after 8s
CI / Build (x86_64-unknown-linux-gnu) (push) Successful in 2m39s
CI / quality (push) Successful in 3m14s
CI / quality (pull_request) Successful in 2m30s
CI / Build (x86_64-unknown-linux-gnu) (pull_request) Successful in 1m44s
ef84f065e1
Sign in to join this conversation.
No description provided.