Compare commits

...

3 Commits

Author SHA1 Message Date
admin a52f8ccf8d renovate: bump throttle 8/8 -> 16/16
26 items sat in dashboard "Rate-Limited" after the first default-allow
run (Sat 02:00); at 8 PRs/run + 1 run/week the backlog would take ~3
weeks to drain. Doubling to 16/16 cuts that to ~2 runs while still
leaving headroom (the dashboard "Pending Approval" majors and ghcr.io
"Pending Status Checks" don't count against this limit anyway).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 08:53:03 +02:00
admin fbe9eeec21 Merge pull request 'Update actualbudget/actual-server Docker tag to v26.6.0' (#24) from renovate/actualbudget-actual-server-26.x into main 2026-06-06 06:52:24 +00:00
Renovate Bot c9bc5cadc4 Update actualbudget/actual-server Docker tag to v26.6.0
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 00:04:38 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
spec: spec:
containers: containers:
- name: actualbudget - name: actualbudget
image: actualbudget/actual-server:26.2.0 image: actualbudget/actual-server:26.6.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ
+2 -2
View File
@@ -44,8 +44,8 @@ data:
"requireConfig": "optional", "requireConfig": "optional",
"dependencyDashboard": true, "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dependency Dashboard", "dependencyDashboardTitle": "Renovate Dependency Dashboard",
"prHourlyLimit": 8, "prHourlyLimit": 16,
"prConcurrentLimit": 8, "prConcurrentLimit": 16,
"enabledManagers": ["kubernetes", "helm-values"], "enabledManagers": ["kubernetes", "helm-values"],
"kubernetes": { "kubernetes": {
"managerFilePatterns": ["/.+\\.ya?ml$/"] "managerFilePatterns": ["/.+\\.ya?ml$/"]