Skip to content

Commit 98d5da1

Browse files
actions-userdword-design
authored andcommitted
chore: update config files
1 parent 98c12ee commit 98d5da1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.renovaterc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@
1010
"maintenance"
1111
],
1212
"lockFileMaintenance": {
13+
"automerge": true,
1314
"enabled": true,
1415
"semanticCommitType": "chore"
1516
},
17+
"packageRules": [
18+
{
19+
"automerge": true,
20+
"matchCurrentVersion": ">=1.0.0",
21+
"matchUpdateTypes": [
22+
"minor",
23+
"patch"
24+
]
25+
}
26+
],
1627
"semanticCommitScope": null
1728
}

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"editor.tabSize": 2,
3+
"files.autoSave": "off",
34
"files.exclude": {
45
".babelrc.json": true,
56
".commitlintrc.json": true,

0 commit comments

Comments
 (0)