Configure Renovate #1

Merged
ryuadmin merged 2 commits from renovate/configure into master 2026-05-05 00:07:10 +00:00
Member

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 .forgejo/renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .forgejo/workflows/main.yml (github-actions)
  • build/CodeGen/_buildCodeGen.csproj (nuget)
  • build/_build.csproj (nuget)
  • src/LibHac/LibHac.csproj (nuget)
  • tests/LibHac.Tests/LibHac.Tests.csproj (nuget)

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 GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Enable Renovate configuration migration PRs when needed.
  • Require Dependency Dashboard approval for major updates.

What to Expect

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

Update dependency GRUKE to 10.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gruke-10.x
  • Merge into: master
  • Upgrade GRUKE to 10.3.1
Update dependency Microsoft.NET.Test.Sdk to 17.14.1
  • Schedule: ["at any time"]
  • Branch name: renovate/vstest-monorepo
  • Merge into: master
  • Upgrade Microsoft.NET.Test.Sdk to 17.14.1
Update dependency NuGet.CommandLine to 6.14.3
  • Schedule: ["at any time"]
  • Branch name: renovate/nuget-monorepo
  • Merge into: master
  • Upgrade NuGet.CommandLine to 6.14.3
Update xunit-dotnet monorepo
Update dependency CsvHelper to v33
  • Schedule: ["at any time"]
  • Branch name: renovate/csvhelper-33.x
  • Merge into: master
  • Upgrade CsvHelper to 33.1.0
Update dependency JetBrains.Annotations to v2025
  • Schedule: ["at any time"]
  • Branch name: renovate/jetbrains.annotations-2025.x
  • Merge into: master
  • Upgrade JetBrains.Annotations to 2025.2.4
Update dependency Microsoft.NET.Test.Sdk to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vstest-monorepo
  • Merge into: master
  • Upgrade Microsoft.NET.Test.Sdk to 18.5.1
Update dependency NuGet.CommandLine to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-nuget-monorepo
  • Merge into: master
  • Upgrade NuGet.CommandLine to 7.3.1
Update dependency xunit.runner.visualstudio to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-xunit-dotnet-monorepo
  • Merge into: master
  • Upgrade xunit.runner.visualstudio to 3.1.5

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

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 `.forgejo/renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### Detected Package Files * `.forgejo/workflows/main.yml` (github-actions) * `build/CodeGen/_buildCodeGen.csproj` (nuget) * `build/_build.csproj` (nuget) * `src/LibHac/LibHac.csproj` (nuget) * `tests/LibHac.Tests/LibHac.Tests.csproj` (nuget) ### 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 GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Enable Renovate configuration migration PRs when needed. - Require Dependency Dashboard approval for `major` updates. --- ### What to Expect With your current configuration, Renovate will create 9 Pull Requests: <details> <summary>Update dependency GRUKE to 10.3.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/gruke-10.x` - Merge into: `master` - Upgrade [GRUKE](https://github.com/gruke-build/src) to `10.3.1` </details> <details> <summary>Update dependency Microsoft.NET.Test.Sdk to 17.14.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/vstest-monorepo` - Merge into: `master` - Upgrade [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) to `17.14.1` </details> <details> <summary>Update dependency NuGet.CommandLine to 6.14.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/nuget-monorepo` - Merge into: `master` - Upgrade [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) to `6.14.3` </details> <details> <summary>Update xunit-dotnet monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/xunit-dotnet-monorepo` - Merge into: `master` - Upgrade [xunit.analyzers](https://github.com/xunit/xunit.analyzers) to `1.27.0` - Upgrade [xunit.assert.source](https://github.com/xunit/xunit) to `2.9.3` - Upgrade [xunit.core](https://github.com/xunit/xunit) to `2.9.3` - Upgrade [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) to `2.8.2` </details> <details> <summary>Update dependency CsvHelper to v33</summary> - Schedule: ["at any time"] - Branch name: `renovate/csvhelper-33.x` - Merge into: `master` - Upgrade [CsvHelper](https://github.com/JoshClose/CsvHelper) to `33.1.0` </details> <details> <summary>Update dependency JetBrains.Annotations to v2025</summary> - Schedule: ["at any time"] - Branch name: `renovate/jetbrains.annotations-2025.x` - Merge into: `master` - Upgrade [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) to `2025.2.4` </details> <details> <summary>Update dependency Microsoft.NET.Test.Sdk to v18</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-vstest-monorepo` - Merge into: `master` - Upgrade [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) to `18.5.1` </details> <details> <summary>Update dependency NuGet.CommandLine to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-nuget-monorepo` - Merge into: `master` - Upgrade [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) to `7.3.1` </details> <details> <summary>Update dependency xunit.runner.visualstudio to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-xunit-dotnet-monorepo` - Merge into: `master` - Upgrade [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) to `3.1.5` </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](https://github.com/renovatebot/renovate). <!--renovate-config-hash:8b8be4379d0433140950c82392e79534342e7efa981f71a350e2f67f97f9558e-->
ryuadmin merged commit aa8a40f410 into master 2026-05-05 00:07:10 +00:00
ryuadmin referenced this pull request from a commit 2026-05-05 00:07:10 +00:00
ryuadmin deleted branch renovate/configure 2026-05-05 00:07:10 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
2 participants
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
projects/LibHac!1
No description provided.