📦 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:
committed by
Jeremiah Russell
parent
44eae4e730
commit
3dd632562d
9
renovate.json
Normal file
9
renovate.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"schedule": [
|
||||
"* 0-5 24 * *"
|
||||
],
|
||||
"extends": [
|
||||
"github>jerusdp/renovate-config:default.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user