chore: Configure Renovate #1
2 changed files with 11 additions and 0 deletions
|
@ -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
9
renovate.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>cc/renovate-config"
|
||||||
|
],
|
||||||
|
"semanticCommits": "enabled",
|
||||||
|
"semanticCommitType": "chore",
|
||||||
|
"semanticCommitScope": "deps"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue