6 Commits

Author SHA1 Message Date
ef4b5fc9eb chore(deps): update unpoller/unpoller to v2.39.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 50s
2026-03-28 16:09:49 +00:00
dd6336fe90 chore(deps): update searxng/searxng:latest docker digest to 8ba6e51 (#5238)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m10s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 6m23s
2026-03-28 16:03:40 +00:00
a63adb27b0 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.98.0 (#5236)
All checks were successful
render-manifests / render-manifests (push) Successful in 8m7s
renovate / renovate (push) Successful in 3m30s
2026-03-28 14:04:27 +00:00
be43a836eb chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.97.0 (#5235)
All checks were successful
renovate / renovate (push) Successful in 4m4s
2026-03-28 12:04:10 +00:00
6520e9bd58 chore(deps): update searxng/searxng:latest docker digest to 9704da5 (#5232)
All checks were successful
renovate / renovate (push) Successful in 3m49s
2026-03-28 07:04:31 +00:00
7049a5616f chore(deps): update searxng/searxng:latest docker digest to 9704da5 (#5232)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / lint-helm (push) Successful in 22s
lint-test-helm / validate-kubeconform (push) Has been skipped
2026-03-28 07:04:19 +00:00
5 changed files with 16 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.96.0@sha256:41af2f21008f8f5785833277ac951b4f44e936b61394dc7edccdc0fe09e59132
container: ghcr.io/renovatebot/renovate:43.98.0@sha256:592aac100dc9a3688083d2c8cd512fce1d2ba41990edd4b22f0d77a6aebe245f
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -9,7 +9,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:032eec8dcd3799007059d0753e9d04837fc8dba8d8b749a08469118a8039b703
tag: latest@sha256:8ba6e518ecbf3b54667166e95def4f498e706630a3fccb2de2d5b9f313b629ef
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL
@@ -39,7 +39,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:032eec8dcd3799007059d0753e9d04837fc8dba8d8b749a08469118a8039b703
tag: latest@sha256:8ba6e518ecbf3b54667166e95def4f498e706630a3fccb2de2d5b9f313b629ef
pullPolicy: IfNotPresent
env:
- name: SEARXNG_BASE_URL

View File

@@ -21,4 +21,4 @@ dependencies:
version: 4.6.2
icon: https://camo.githubusercontent.com/c5d07a5b3acfeac8e1c25bf56f440ffe032b86e4e7f15de82357f022a43fc927/68747470733a2f2f756e706f6c6c65722e636f6d2f696d672f6c6f676f2e706e67
# renovate: datasource=github-releases depName=unpoller/unpoller
appVersion: v2.38.0
appVersion: v2.39.0

View File

@@ -9,7 +9,7 @@ unpoller:
main:
image:
repository: ghcr.io/unpoller/unpoller
tag: v2.38.0
tag: v2.39.0
pullPolicy: IfNotPresent
env:
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS

View File

@@ -16,6 +16,16 @@
"baseBranchPatterns": [
"main"
],
"regexManagers": [
{
"fileMatch": ["(^|/)values\\.yaml$", "(^|/)values-.*\\.yaml$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+tag:\\s+(?<currentValue>.*)"
],
"datasourceTemplate": "{{{datasource}}}",
"depNameTemplate": "{{{depName}}}"
}
],
"customManagers": [
{
"description": "Update appVersion in Chart.yaml",
@@ -98,7 +108,7 @@
},
{
"description": "Versioning for LinuxServer images",
"versioning": "regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-ls(?<revision>\d+)$",
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$",
"matchPackageNames": [
"/^linuxserver\\//",
"/^ghcr\\.io/linuxserver\\//",