Initial template setup

This commit is contained in:
Kshitij Sobti
2020-08-18 16:52:01 +05:30
parent 15328a8cf7
commit 56d68e76ad
43 changed files with 20851 additions and 0 deletions

9
renovate.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": [
"config:base"
],
"patch": {
"automerge": true
},
"rebaseStalePrs": true
}