Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 authored Dec 12, 2024
1 parent efe037a commit 39051e3
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"security:only-security-updates"
],
"packageRules": [
{
Expand All @@ -10,20 +11,31 @@
"enabled": true,
"schedule": ["* 21-23 * * 1"],
"labels": ["renovate", "npm"],
"ignorePaths": ["**/test*/**", "**/Test*/**", "**/lighthouse/**"]
"ignorePaths": ["**/test*/**", "**/Test*/**", "**/lighthouse/**"],
"rangeStrategy": "bump",
"groupName" : "frontend",
"commitMessageSuffix": "[JS]"
},
{
"matchDatasources": ["composer"],
"matchDepTypes": ["require"],
"enabled": true,
"schedule": ["* 21-23 * * 1"],
"schedule": ["* 19-21 * * 1"],
"labels": ["renovate", "composer"],
"ignorePaths": ["**/test*/**", "**/Test*/**"]
"ignorePaths": ["**/test*/**", "**/Test*/**"],
"rangeStrategy": "bump",
"groupName" : "backend",
"commitMessageSuffix": "[PHP]"
}
],
"vulnerabilityAlerts": {
"enabled": true
"schedule": ["* 2-5 * * 1"],
"enabled": true,
"vulnerabilityFixStrategy": "highest",
"labels": ["renovate", "area/security"],
"commitMessageSuffix": "[SECURITY]"
},
"osvVulnerabilityAlerts": true
"postUpgradeTasks": {
"postUpdateOptions" : "pnpmDedupe"
}
}

0 comments on commit 39051e3

Please sign in to comment.