diff --git a/.github/renovate.json b/.github/renovate.json index 3663c26b..98533e9e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T14:24:07Z by kres f05fefd.\n\n", + "description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.", "prHeader": "Update Request | Renovate Bot", "extends": [ ":dependencyDashboard", @@ -9,16 +9,6 @@ "schedule:earlyMondays" ], "customManagers": [ - { - "customType": "regex", - "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}", - "fileMatch": [ - "vars.yaml" - ], - "matchStrings": [ - "# renovate: datasource=(?.*?)(?:\\s+extractVersion=(?.+?))?(?:\\s+versioning=(?.+?))?\\s+depName=(?.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?.*))?" - ] - }, { "customType": "regex", "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}", @@ -26,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+(?.*))?" ] }, { @@ -43,14 +33,12 @@ }, { "customType": "regex", - "datasourceTemplate": "github-tags", - "depNameTemplate": "siderolabs/bldr", - "versioningTemplate": "semver", + "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}", "fileMatch": [ - "Makefile" + "vars.yaml" ], "matchStrings": [ - "BLDR_RELEASE\\s+\\?=\\s+(?.*)\\n" + "# renovate: datasource=(?.*?)(?:\\s+extractVersion=(?.+?))?(?:\\s+versioning=(?.+?))?\\s+depName=(?.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?.*))?" ] } ], diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c866dbed..069cf594 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-11T15:43:22Z by kres 8183c20. +# Generated on 2024-12-18T18:42:14Z 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 @@ -143,7 +143,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 ae174ad2..0bb56e67 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-11T15:43:22Z by kres 8183c20. +# Generated on 2024-12-18T18:42:14Z 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 ee78d57d..6ea51499 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -170,35 +170,6 @@ spec: --- kind: common.Renovate spec: - customManagers: - - customType: regex - fileMatch: - - vars.yaml - matchStrings: - - '# renovate: datasource=(?.*?)(?:\s+extractVersion=(?.+?))?(?:\s+versioning=(?.+?))?\s+depName=(?.+?)?\s(?:.*_(?:version|VERSION):\s+(?.*))?(?:(\s)?.*_(?:ref|REF):\s+(?.*))?' - versioningTemplate: "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" - - 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 - matchStrings: - - ghcr.io\/siderolabs\/bldr:(?v.*) - depNameTemplate: siderolabs/bldr - datasourceTemplate: github-tags - versioningTemplate: semver - - customType: regex - fileMatch: - - Makefile - matchStrings: - - BLDR_RELEASE\s+\?=\s+(?.*)\n - depNameTemplate: siderolabs/bldr - datasourceTemplate: github-tags - versioningTemplate: semver packageRules: - matchPackageNames: - nvidia/open-gpu-kernel-modules