📦 build(release): add release configuration file

- create release.toml to manage pre-release replacements and hooks
- set up pre-release commit and tag message templates
- define branch and signing requirements for releases
This commit is contained in:
Jeremiah Russell
2025-09-29 16:38:46 +01:00
committed by Jeremiah Russell
parent 44eae4e730
commit 3dd632562d
2 changed files with 23 additions and 0 deletions

9
renovate.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": [
"* 0-5 24 * *"
],
"extends": [
"github>jerusdp/renovate-config:default.json"
]
}