Add Renovate Bot support

This commit is contained in:
Evan 2023-12-01 13:10:05 -05:00
parent 7570c3018d
commit 519f946fbc
1 changed files with 7 additions and 0 deletions

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>renovate/renovate-config:default.json"
],
"forkProcessing": "enabled"
}