Skip to content

Commit

Permalink
Update renovate.json (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thebarda authored Dec 28, 2024
1 parent 16d658a commit 5bc19fb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"security:only-security-updates"
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["npm"],
"matchDepTypes": ["dependencies"],
"enabled": true,
"schedule": ["* 21-23 * * 1"],
"schedule": ["0 4 * * 3"],
"labels": ["renovate", "npm"],
"ignorePaths": ["**/test*/**", "**/Test*/**", "**/lighthouse/**"],
"rangeStrategy": "bump",
Expand All @@ -20,7 +19,7 @@
"matchDatasources": ["composer"],
"matchDepTypes": ["require"],
"enabled": true,
"schedule": ["* 19-21 * * 1"],
"schedule": ["0 4 * * 3"],
"labels": ["renovate", "composer"],
"ignorePaths": ["**/test*/**", "**/Test*/**"],
"rangeStrategy": "bump",
Expand All @@ -29,7 +28,7 @@
}
],
"vulnerabilityAlerts": {
"schedule": ["* 2-5 * * 1"],
"schedule": ["0 4 * * 3"],
"enabled": true,
"vulnerabilityFixStrategy": "highest",
"labels": ["renovate", "area/security"],
Expand Down

0 comments on commit 5bc19fb

Please sign in to comment.