Skip to content

Commit

Permalink
Updating CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelLR authored Sep 8, 2024
1 parent 2d14704 commit d86b9a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?( versioning=(?<versioning>.*?))?(\\s|\\n).*?_VERSION=(?<currentValue>[^ ]*)( \\\\|\\s|\\n)"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}loose{{/if}}"
},
{
"customType": "regex",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/home_assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions home_automation/home_assistant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$
# 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:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$
# 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 \
Expand Down

0 comments on commit d86b9a0

Please sign in to comment.