3 Commits

Author SHA1 Message Date
Julien Valverdé
5916520d13 Update Renovate config
All checks were successful
Build / build (push) Successful in 1m44s
2026-02-12 17:41:10 +01:00
Julien Valverdé
35df744bec Fix version extraction
All checks were successful
Build / build (push) Successful in 1m52s
2026-02-12 17:31:15 +01:00
0e4aca4296 Update caddy:2.10.2 Docker digest to c3d7ee5 (#6)
All checks were successful
Build / build (push) Successful in 1m40s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | final | digest | `70e816c` → `c3d7ee5` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Reviewed-on: #6
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-02-12 15:51:44 +01:00
2 changed files with 8 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Parse Caddy version
id: version
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' ./Dockerfile | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+' ./Dockerfile | head -1 | cut -d ':' -f2)" | tee -a $GITEA_OUTPUT
- name: Generate Docker metadata
id: meta

View File

@@ -7,12 +7,11 @@
"labels": ["renovate"],
"configMigration": true,
"prHourlyLimit": 0,
"docker-compose": {
"hostRules": [
"packageRules": [
{
"matchHost": "docker.io",
"concurrentRequestLimit": 2
"matchPackageNames": ["*"],
"groupName": "all dependencies",
"groupSlug": "all-deps"
}
]
}
}