diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3912cdb3..a71e4552 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,7 +39,7 @@ "matchStrings": [ "datasource=(?.*?) depName=(?.*?)(?: (lookupName|packageName)=(?[^\\s]+?))?( versioning=(?.*?))?(\\s|\\n).*?_VERSION=(?[^ ]*)( \\\\|\\s|\\n)" ], - "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}loose{{/if}}" }, { "customType": "regex", diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 86b15e30..b159dcb0 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 37.295.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 38.72.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate jobs: renovate: @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.9 + uses: renovatebot/github-action@v40.2.7 with: renovate-version: ${{ env.RENOVATE_VERSION }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/home_assistant.yaml b/.github/workflows/home_assistant.yaml index 18b77220..b70435cd 100644 --- a/.github/workflows/home_assistant.yaml +++ b/.github/workflows/home_assistant.yaml @@ -12,7 +12,7 @@ jobs: name: Checking syntax # container: # image: homeassistant/home-assistant:0.104.3 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Prepare privates diff --git a/home_automation/home_assistant/Dockerfile b/home_automation/home_assistant/Dockerfile index ad49eba1..125eecfe 100644 --- a/home_automation/home_assistant/Dockerfile +++ b/home_automation/home_assistant/Dockerfile @@ -20,13 +20,13 @@ ENV \ CUSTOM_COMPONENT_DYSON_LOCAL_VERSION=v0.16.4-4 \ # renovatebot: datasource=github-releases depName=chomupashchuk/delete-file-home-assistant versioning=pep440 CUSTOM_COMPONENT_DELETE_FILE_VERSION=1.9 \ - # renovatebot: datasource=github-releases depName=uvejota/homeassistant-edata versioning=regex:^(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?(-(?.*))?$ + # renovatebot: datasource=github-releases depName=uvejota/homeassistant-edata CUSTOM_COMPONENT_EDATA_VERSION=2023.06.3 \ # renovatebot: datasource=github-releases depName=ekutner/home-connect-hass CUSTOM_COMPONENT_HOME_CONNECT_VERSION=1.1.7 \ # renovatebot: datasource=github-releases depName=PiotrMachowski/lovelace-xiaomi-vacuum-map-card CUSTOM_CARD_XIAOMI_VACUUM_MAP_VERSION=v2.2.4 \ - # renovatebot: datasource=github-releases depName=Hypfer/lovelace-valetudo-map-card versioning=regex:^(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?(-(?.*))?$ + # renovatebot: datasource=github-releases depName=Hypfer/lovelace-valetudo-map-card CUSTOM_CARD_VALETUDO_VACUUM_MAP_VERSION=v2023.04.0 \ # renovatebot: datasource=github-releases depName=dylandoamaral/uptime-card CUSTOM_CARD_UPTIME_VERSION=v0.16.0 \