4 Commits

Author SHA1 Message Date
10b3915361 chore(deps): update gitea/act_runner docker tag to v0.5.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m13s
lint-test-helm / validate-kubeconform (pull_request) Successful in 54s
2026-04-27 16:00:42 +00:00
39eb805d0c Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.143.1' (#6294) from renovate/unified-renovate into main
Some checks failed
renovate / renovate (push) Has been cancelled
2026-04-27 15:51:57 +00:00
793a4ae81c chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.143.1 2026-04-27 15:51:29 +00:00
55debdd31f ci: reconfigure
Some checks failed
renovate / renovate (push) Has been cancelled
2026-04-27 10:47:46 -05:00
3 changed files with 15 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.141.6@sha256:077a2aada1c508923e4e36b68f7efe3ec013a797da8aed352afd98fb0e1b4c60
container: ghcr.io/renovatebot/renovate:43.143.1@sha256:2dd226666c8ef3413813e67ff6b34d40512997e99af896e51fe2b24eebf5150b
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -194,7 +194,7 @@ gitea-actions:
registry: docker.io
repository: gitea/act_runner
# renovate: datasource=docker depName=gitea/act_runner
tag: 0.4.1@sha256:696a59b51ad3d149521e3beb0229d5fb88f87295e1616f940199793274415b56
tag: 0.5.0@sha256:9946000491cf19c3ed487c23e5da4f0c287010d791f495796c756e41e7a79cbe
extraVolumeMounts:
- name: workspace-vol
mountPath: /workspace

View File

@@ -138,8 +138,7 @@
"matchPackageNames": [
"excalidraw/excalidraw",
"searxng/searxng",
"d3fk/s3cmd",
"ghcr.io/linuxserver/lidarr"
"d3fk/s3cmd"
],
"addLabels": [
"automerge"
@@ -160,7 +159,17 @@
"minimumReleaseAge": "3 days"
},
{
"description": "Automerge images, specific packages",
"description": "Disable automerge for ghcr docker dependencies, unsupported release age",
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"/^ghcr\\.io//"
],
"automerge": false
},
{
"description": "Automerge images, specific packages, without release age",
"matchUpdateTypes": [
"minor"
],
@@ -172,8 +181,7 @@
"{{{datasource}}}",
"automerge"
],
"automerge": true,
"minimumReleaseAge": "3 days"
"automerge": true
}
]
}