chore: adjust dev config

This commit is contained in:
dancingCycle 2022-09-15 15:27:26 +02:00
parent cba187bb14
commit 4af55957ea
2 changed files with 23 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Others
build*
# Logs
logs
*.log

20
renovate.json Normal file
View File

@ -0,0 +1,20 @@
{
"extends":
[
"config:base"
],
"timezone": "Europe/Berlin",
"packageRules":
[
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["lint","prettier"],
"automerge": true
},
{
"matchUpdateTypes": ["minor","patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}