Skip to content

Commit

Permalink
Update renovate.json (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thebarda authored Jan 2, 2025
1 parent 5bc19fb commit cd05af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"matchDatasources": ["npm"],
"matchDepTypes": ["dependencies"],
"enabled": true,
"schedule": ["0 4 * * 3"],
"schedule": ["* 4 * * 1"],
"labels": ["renovate", "npm"],
"ignorePaths": ["**/test*/**", "**/Test*/**", "**/lighthouse/**"],
"rangeStrategy": "bump",
Expand All @@ -19,7 +19,7 @@
"matchDatasources": ["composer"],
"matchDepTypes": ["require"],
"enabled": true,
"schedule": ["0 4 * * 3"],
"schedule": ["* 4 * * 1"],
"labels": ["renovate", "composer"],
"ignorePaths": ["**/test*/**", "**/Test*/**"],
"rangeStrategy": "bump",
Expand All @@ -28,7 +28,7 @@
}
],
"vulnerabilityAlerts": {
"schedule": ["0 4 * * 3"],
"schedule": ["* 4 * * 1"],
"enabled": true,
"vulnerabilityFixStrategy": "highest",
"labels": ["renovate", "area/security"],
Expand Down

0 comments on commit cd05af9

Please sign in to comment.