Merge pull request #2681 from Pryaxis/renovate/configure

Configure Renovate
This commit is contained in:
Lucas Nicodemus 2022-10-06 01:12:56 -07:00 committed by GitHub
commit 681c16daee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"git-submodules": {
"enabled": true
}
}