Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 31, 2023
1 parent e7061c1 commit a77fa8e
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-lib",
":semanticPrefixChore",
":prHourlyLimitNone",
":prConcurrentLimitNone",
":maintainLockFilesWeekly"
],
"schedule": ["every weekend"],
"extends": ["config:base", ":prHourlyLimitNone", ":prConcurrentLimitNone"],
"dependencyDashboard": true,
"schedule": ["every weekend"],
"packageRules": [
// auto merge devDependencies update
{
"automerge": true,
"matchDepTypes": ["devDependencies"]
}
],
// update lock file per week
"lockFileMaintenance": {
"commitMessageAction": "chore: update deps",
"extends": ["group:all"]
"enabled": true,
"commitMessageAction": "update lockfile",
"platformAutomerge": true,
"extends": ["group:allNonMajor", "schedule:weekly"]
},

// Raise PR when vulnerability alerts are detected.
"vulnerabilityAlerts": {
"enabled": true
}
Expand Down

0 comments on commit a77fa8e

Please sign in to comment.