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:
Viktor Szakats 2025-11-07 00:52:12 +01:00
parent 40b1724f58
commit f77c574445
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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 * *"
]