Skip to content

Commit 65c6135

Browse files
committed
Add rangeStrategy to renovate.json5
1 parent 987055c commit 65c6135

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
dependencyDashboardApproval: true,
4+
rangeStrategy: "bump",
45
packageRules: [
56
{
67
groupName: "GitHub Actions",

.vscode/settings.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"[javascript]": {
3-
"editor.defaultFormatter": "esbenp.prettier-vscode"
4-
},
5-
"[typescript]": {
6-
"editor.defaultFormatter": "esbenp.prettier-vscode"
2+
"[javascript][typescript][json5][yaml][json][markdown][github-actions-workflow]": {
3+
"editor.defaultFormatter": "esbenp.prettier-vscode",
4+
"editor.formatOnSave": true,
75
}
86
}

0 commit comments

Comments
 (0)