run every 2 hours

This commit is contained in:
2025-02-26 13:00:05 -06:00
parent a7df8fed0c
commit 462b760bb4

50
.github/renovate.json vendored
View File

@@ -6,7 +6,7 @@
":rebaseStalePrs"
],
"timezone": "US/Central",
"schedule": [],
"schedule": [ "0 */2 * * *" ],
"labels": [],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
@@ -75,36 +75,6 @@
"automerge": false,
"minimumReleaseAge": "1 days"
},
{
"description": "Label images, linuxserver versioning, qbittorrent",
"matchDepNames": [
"ghcr.io/linuxserver/qbittorrent"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-r(?<build>\\w+)-ls(?<release>\\d+)",
"automerge": false,
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge onedr0p plex images",
"matchDepNames": [
"ghcr.io/onedr0p/plex"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)-(?<revision>.+)?$",
"automerge": true,
"automergeType": "branch"
},
{
"description": "Automerge image patches",
"matchUpdateTypes": [
@@ -119,24 +89,6 @@
"automerge": true,
"automergeType": "branch",
"minimumReleaseAge": "1 days"
},
{
"description": "Automerge minor image changes",
"matchDepNames": [
"amazon/aws-cli"
],
"matchUpdateTypes": [
"minor"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image"
],
"automerge": true,
"automergeType": "branch",
"minimumReleaseAge": "1 days"
}
]
}