From ef503181809e06f7fb982a6b85995bda8d236ff9 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Tue, 17 Oct 2023 09:35:14 +0200 Subject: [PATCH] fix(ci): renovate file matches --- .github/base_digests/20.04 | 2 +- .github/base_digests/22.04 | 2 +- .github/workflows/_Auto-updates.yaml | 2 +- renovate.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/base_digests/20.04 b/.github/base_digests/20.04 index c3de682e..357a420c 100644 --- a/.github/base_digests/20.04 +++ b/.github/base_digests/20.04 @@ -1 +1 @@ -public.ecr.aws/ubuntu/ubuntu:focal@sha256:79b77df393ba7a4d3cb5b1796570196e32c6b57fea8554c4b9c89c7547cea75c \ No newline at end of file +public.ecr.aws/ubuntu/ubuntu:focal@sha256:79b77df393ba7a4d3cb5b1796570196e32c6b57fea8554c4b9c89c7547cea75c diff --git a/.github/base_digests/22.04 b/.github/base_digests/22.04 index 81f5c78f..edddc64c 100644 --- a/.github/base_digests/22.04 +++ b/.github/base_digests/22.04 @@ -1 +1 @@ -public.ecr.aws/ubuntu/ubuntu:jammy@sha256:da15d4a10e27ece78bcab8e36d55762d086238ea05f033ccab108d99af3db68e \ No newline at end of file +public.ecr.aws/ubuntu/ubuntu:jammy@sha256:da15d4a10e27ece78bcab8e36d55762d086238ea05f033ccab108d99af3db68e diff --git a/.github/workflows/_Auto-updates.yaml b/.github/workflows/_Auto-updates.yaml index bff3d77f..78e93145 100644 --- a/.github/workflows/_Auto-updates.yaml +++ b/.github/workflows/_Auto-updates.yaml @@ -4,7 +4,7 @@ name: Auto-updates on: push: paths: - - ".github/base_digests" + - ".github/base_digests/*" branches: - main diff --git a/renovate.json b/renovate.json index 27a4c343..9bef4f79 100644 --- a/renovate.json +++ b/renovate.json @@ -13,8 +13,8 @@ { "customType": "regex", "fileMatch": [ - ".github/base_digests/22.04", - ".github/base_digests/20.04" + "\\.github/base_digests/22.04$", + "\\.github/base_digests/20.04$" ], "matchStringsStrategy": "any", "matchStrings": [