Configure Renovate (#194)
* chore(deps): add renovate.json * Disable semantic commits Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jarne Demeulemeester <32322857+jarnedemeulemeester@users.noreply.github.com>
This commit is contained in:
parent
c8ff6fdda3
commit
a941bd6657
1 changed files with 7 additions and 0 deletions
7
renovate.json
Normal file
7
renovate.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
":semanticCommitsDisabled"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue