Skip to content

Commit

Permalink
Set up Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
MaySoMusician committed Aug 24, 2023
1 parent d3b6709 commit f5bcb1f
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
":dependencyDashboard",
":ignoreModulesAndTests",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
":gitSignOff",
":label(dependencies)",
":prConcurrentLimitNone",
":prHourlyLimitNone",
":reviewer(MaySoMusician)",
":semanticCommits",
":semanticCommitTypeAll(build)",
":timezone(Asia/Tokyo)",
"helpers:followTypescriptRc",
"npm:unpublishSafe"
],
"dependencyDashboardLabels": ["dependencies"],
"packageRules": [
{
"matchDepTypes": ["dependencies"],
"extends": [":semanticCommitType(fix)"]
},
{
"matchPackageNames": ["svelte", "@sveltejs/kit"],
"separateMultipleMajor": true,
"major": {
"extends": [":semanticCommitType(feat!)"],
"dependencyDashboardApproval": true,
"commitMessageAction": "Upgrade"
}
}
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["after 10pm on thursday"]
},
"platformCommit": true,
"postUpdateOptions": ["yarnDedupeHighest"],
"rangeStrategy": "bump",
"vulnerabilityAlerts": {
"labels": ["dependencies", "security"]
}
}

0 comments on commit f5bcb1f

Please sign in to comment.