initial commit
This commit is contained in:
commit
3fd029a709
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.idea
|
8
configs/base.json
Normal file
8
configs/base.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
":semanticPrefixChore",
|
||||||
|
":ignoreModulesAndTests",
|
||||||
|
":configMigration"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue