Skip to content

Commit

Permalink
馃懛 Better configuration for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Jul 11, 2023
1 parent 01ce7fa commit d5fc5a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json
Expand Up @@ -4,18 +4,14 @@
"commitMessagePrefix": "猬嗭笍 ",
"packageRules": [
{
"matchPaths": ["**/package.json"],
"matchFileNames": ["**/package.json"],
"matchDepTypes": ["dependencies", "peerDependencies", "optionalDependencies"],
"rangeStrategy": "update-lockfile"
},
{
"matchPaths": ["**/package.json"],
"matchFileNames": ["**/package.json"],
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "bump"
},
{
"matchPaths": ["**/!(package.json)"],
"rangeStrategy": "bump"
}
],
"vulnerabilityAlerts": {
Expand All @@ -24,5 +20,9 @@
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"postUpdateOptions": ["yarnDedupeHighest"],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
"lockFileMaintenance": {
"enabled": true
},
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"],
"configMigration": true
}

0 comments on commit d5fc5a4

Please sign in to comment.