From 5933ab5f406f32e24e23080aa7ddd63dea72d92a Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 31 Dec 2024 05:29:44 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..59a5406 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>cc/renovate-config" + ] +} -- 2.45.3 From fec6f53f224694449c452826acabc6d2f64ad916 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 00:37:24 -0500 Subject: [PATCH 2/3] chore(repo): add deps and renovate scopes --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccb67df..68b6832 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,3 +27,5 @@ Please do not use issue identifiers as scopes. - `nix`: changes to the nix flake or `.envrc` file - `repo`: changes to the repository, such as the README, CONTRIBUTING, or LICENSE files - `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 -- 2.45.3 From 91145783893093ce2d4525a15c0eb9520de93431 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 00:37:54 -0500 Subject: [PATCH 3/3] chore(renovate): configure semantic / conventional commits --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 59a5406..0fb8724 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>cc/renovate-config" - ] + ], + "semanticCommits": "enabled", + "semanticCommitType": "chore", + "semanticCommitScope": "deps" } -- 2.45.3