From f58f2a6aa2341f1aa923b7b9b82a613be8670758 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 19 Dec 2024 00:04:32 +0530 Subject: [PATCH] chore: rekres to simplify `.kres.yaml` defaults rekres to simplify `.kres.yaml` defaults. Signed-off-by: Noel Georgi --- .github/renovate.json | 5 ++--- .github/workflows/ci.yaml | 6 +++--- .github/workflows/weekly.yaml | 4 ++-- .kres.yaml | 16 ---------------- 4 files changed, 7 insertions(+), 24 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0231f5a..05c381c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,7 @@ "Pkgfile" ], "matchStrings": [ - "# renovate: datasource=(?.*?)(?:\\s+extractVersion=(?.+?))?(?:\\s+versioning=(?.+?))?\\s+depName=(?.+?)?\\s(?:\\s+.*_(?:version|VERSION):\\s+(?.*))?(?:\\s.*_(?:ref|REF):\\s+(?.*))?" + "# renovate: datasource=(?.*?)(?:\\s+extractVersion=(?.+?))?(?:\\s+versioning=(?.+?))?\\s+depName=(?.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?.*))?" ] }, { @@ -25,8 +25,7 @@ "depNameTemplate": "siderolabs/bldr", "versioningTemplate": "semver", "fileMatch": [ - "Pkgfile", - "Makefile" + "Pkgfile" ], "matchStrings": [ "ghcr.io\\/siderolabs\\/bldr:(?v.*)" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4037ef..7a99347 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-17T04:44:02Z by kres 318187b. +# Generated on 2024-12-18T18:33:49Z by kres fcff05e. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.18.1 + image: moby/buildkit:v0.18.2 options: --privileged ports: - 1234:1234 @@ -129,7 +129,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.18.1 + image: moby/buildkit:v0.18.2 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index b75be91..557feaa 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-17T04:44:02Z by kres 318187b. +# Generated on 2024-12-18T18:33:49Z by kres fcff05e. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.18.1 + image: moby/buildkit:v0.18.2 options: --privileged ports: - 1234:1234 diff --git a/.kres.yaml b/.kres.yaml index 2bc8193..17c802c 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -7,22 +7,6 @@ spec: --- kind: common.Renovate spec: - customManagers: - - customType: regex - fileMatch: - - Pkgfile - matchStrings: - - '# renovate: datasource=(?.*?)(?:\s+extractVersion=(?.+?))?(?:\s+versioning=(?.+?))?\s+depName=(?.+?)?\s(?:\s+.*_(?:version|VERSION):\s+(?.*))?(?:\s.*_(?:ref|REF):\s+(?.*))?' - versioningTemplate: "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" - - customType: regex - fileMatch: - - Pkgfile - - Makefile - matchStrings: - - ghcr.io\/siderolabs\/bldr:(?v.*) - depNameTemplate: siderolabs/bldr - datasourceTemplate: github-tags - versioningTemplate: semver packageRules: - matchPackageNames: - git://sourceware.org/git/binutils-gdb.git