chore: Update renovate config

This commit is contained in:
Jade Ellis
2026-05-19 20:40:02 +01:00
parent 9c1d5b3e95
commit cdaca69f3a
+19 -3
View File
@@ -5,7 +5,7 @@
"osvVulnerabilityAlerts": true, "osvVulnerabilityAlerts": true,
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"schedule": ["at any time"] "schedule": ["* * * * 0,6"]
}, },
"platformAutomerge": true, "platformAutomerge": true,
"nix": { "nix": {
@@ -66,6 +66,17 @@
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"groupName": "github-actions-non-major" "groupName": "github-actions-non-major"
}, },
{
"description": "Batch GitHub Actions digest updates",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["digest"],
"groupName": "github-actions-digest",
"automerge": true,
"automergeStrategy": "fast-forward",
"schedule": [
"* 0-7 * * 2"
]
},
{ {
"description": "Batch patch-level Node.js dependency updates", "description": "Batch patch-level Node.js dependency updates",
"matchManagers": ["npm"], "matchManagers": ["npm"],
@@ -83,7 +94,10 @@
"matchPackageNames": ["crate-ci/typos"], "matchPackageNames": ["crate-ci/typos"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true, "automerge": true,
"automergeStrategy": "fast-forward" "automergeStrategy": "fast-forward",
"schedule": [
"* 0-7 * * 3"
]
}, },
{ {
"description": "Auto-merge renovatebot docker image updates", "description": "Auto-merge renovatebot docker image updates",
@@ -91,7 +105,9 @@
"matchPackageNames": ["ghcr.io/renovatebot/renovate"], "matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"automerge": true, "automerge": true,
"automergeStrategy": "fast-forward", "automergeStrategy": "fast-forward",
"extends": ["schedule:earlyMondays"] "schedule": [
"* 0-7 * * 1"
]
} }
], ],
"customManagers": [ "customManagers": [