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 f8b9011
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"prHourlyLimit": 0,
"globalExtends": [
"config:recommended",
":dependencyDashboard",
":rebaseStalePrs",
":semanticCommits",
":semanticCommitScope(deps)",
Expand All @@ -39,7 +40,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
6 changes: 3 additions & 3 deletions home_automation/home_assistant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV \
## DOCU: https://docs.renovatebot.com/modules/manager/regex/#advanced-capture && https://docs.renovatebot.com/presets-regexManagers/
# # renovatebot: datasource=github-releases depName=custom-components/ble_monitor
# CUSTOM_COMPONENT_BLE_MONITOR_VERSION=9.2.0 \
# renovatebot: datasource=github-releases depName=thomasloven/hass-browser_mod
# renovatebot: datasource=github-releases depName=thomasloven/hass-browser_mod versioning=semver
CUSTOM_COMPONENT_BROWSER_MOD_VERSION=v2.3.1 \
# renovatebot: datasource=github-releases depName=leikoilja/ha-google-home
CUSTOM_COMPONENT_GOOGLE_HOME_VERSION=v1.11.1 \
Expand All @@ -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 f8b9011

Please sign in to comment.