mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
renovate: update ruff less often
`ruff` seems to be getting a new release every week. Make renovate bump it once every month. Closes #19392
This commit is contained in:
parent
40b1724f58
commit
f77c574445
1 changed files with 5 additions and 4 deletions
|
|
@ -45,11 +45,12 @@
|
|||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Schedule CodeQL updates on the 10th of each month",
|
||||
"description": "Schedule package updates on the 10th of each month",
|
||||
"matchPackageNames": [
|
||||
"/codeql/i"
|
||||
"/codeql/i",
|
||||
"/ruff/i"
|
||||
],
|
||||
"groupName": "CodeQL",
|
||||
"groupName": "monthly updates (by name)",
|
||||
"schedule": [
|
||||
"* * 10 * *"
|
||||
]
|
||||
|
|
@ -59,7 +60,7 @@
|
|||
"matchSourceUrls": [
|
||||
"**/awslabs/**"
|
||||
],
|
||||
"groupName": "monthly updates",
|
||||
"groupName": "monthly updates (by source URL)",
|
||||
"schedule": [
|
||||
"* * 10 * *"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue