Skip to content

Commit

Permalink
chore: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and dword-design committed Jul 15, 2021
1 parent 2273564 commit c7f2945
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@
"maintenance"
],
"lockFileMaintenance": {
"automerge": true,
"enabled": true,
"semanticCommitType": "chore"
},
"packageRules": [
{
"automerge": true,
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"semanticCommitScope": null
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.tabSize": 2,
"files.autoSave": "off",
"files.exclude": {
".babelrc.json": true,
".commitlintrc.json": true,
Expand Down

0 comments on commit c7f2945

Please sign in to comment.