chore: Configure Renovate #1

Merged
cswimr merged 3 commits from renovate/configure into main 2024-12-31 00:39:02 -05:00
2 changed files with 11 additions and 0 deletions

View file

@ -27,3 +27,5 @@ Please do not use issue identifiers as scopes.
- `nix`: changes to the nix flake or `.envrc` file - `nix`: changes to the nix flake or `.envrc` file
- `repo`: changes to the repository, such as the README, CONTRIBUTING, or LICENSE files - `repo`: changes to the repository, such as the README, CONTRIBUTING, or LICENSE files
- `tooling`: changes to development tooling like dotnet tools - `tooling`: changes to development tooling like dotnet tools
- `deps`: changes to dependencies, such as updating dependencies or removing unused dependencies
- `renovate`: changes to the Renovate configuration

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>cc/renovate-config"
],
"semanticCommits": "enabled",
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
}