|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-17T09:57:25Z by kres 318187b.\n\n", |
| 3 | + "description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-17T10:03:38Z by kres 318187b.\n\n", |
4 | 4 | "prHeader": "Update Request | Renovate Bot", |
5 | 5 | "extends": [ |
6 | 6 | ":dependencyDashboard", |
7 | 7 | ":gitSignOff", |
8 | 8 | ":semanticCommitScopeDisabled", |
9 | 9 | "schedule:earlyMondays" |
10 | 10 | ], |
| 11 | + "customManagers": [ |
| 12 | + { |
| 13 | + "customType": "regex", |
| 14 | + "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}", |
| 15 | + "fileMatch": [ |
| 16 | + "vars.yaml" |
| 17 | + ], |
| 18 | + "matchStrings": [ |
| 19 | + "# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?<currentDigest>.*))?" |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "customType": "regex", |
| 24 | + "versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}", |
| 25 | + "fileMatch": [ |
| 26 | + "Pkgfile" |
| 27 | + ], |
| 28 | + "matchStrings": [ |
| 29 | + "# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:\\s+.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:\\s.*_(?:ref|REF):\\s+(?<currentDigest>.*))?" |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + "customType": "regex", |
| 34 | + "datasourceTemplate": "github-tags", |
| 35 | + "depNameTemplate": "siderolabs/bldr", |
| 36 | + "versioningTemplate": "semver", |
| 37 | + "fileMatch": [ |
| 38 | + "Pkgfile" |
| 39 | + ], |
| 40 | + "matchStrings": [ |
| 41 | + "ghcr.io\\/siderolabs\\/bldr:(?<currentValue>v.*)" |
| 42 | + ] |
| 43 | + }, |
| 44 | + { |
| 45 | + "customType": "regex", |
| 46 | + "datasourceTemplate": "github-tags", |
| 47 | + "depNameTemplate": "siderolabs/bldr", |
| 48 | + "versioningTemplate": "semver", |
| 49 | + "fileMatch": [ |
| 50 | + "Makefile" |
| 51 | + ], |
| 52 | + "matchStrings": [ |
| 53 | + "BLDR_RELEASE\\s+\\?=\\s+(?<currentValue>.*)\\n" |
| 54 | + ] |
| 55 | + } |
| 56 | + ], |
11 | 57 | "packageRules": [ |
12 | 58 | { |
13 | 59 | "groupName": "dependencies", |
|
18 | 64 | "pin", |
19 | 65 | "digest" |
20 | 66 | ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$", |
| 70 | + "matchPackageNames": [ |
| 71 | + "nvidia/open-gpu-kernel-modules", |
| 72 | + "open-iscsi/open-isns", |
| 73 | + "containers/crun", |
| 74 | + "git://git.kernel.org/pub/scm/libs/libcap/libcap.git", |
| 75 | + "git://sourceware.org/git/elfutils.git", |
| 76 | + "git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git" |
| 77 | + ] |
| 78 | + }, |
| 79 | + { |
| 80 | + "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>[0-9]{1,3})?$", |
| 81 | + "matchPackageNames": [ |
| 82 | + "https://sourceware.org/git/glibc.git" |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "versioning": "regex:^(?<major>\\d{4})(?<minor>\\d{2})(?<patch>\\d{2})\\.?(?<build>\\d+)?$", |
| 87 | + "matchPackageNames": [ |
| 88 | + "google/gvisor", |
| 89 | + "intel/Intel-Linux-Processor-Microcode-Data-Files", |
| 90 | + "cloudflare/cloudflared" |
| 91 | + ] |
| 92 | + }, |
| 93 | + { |
| 94 | + "versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-?(?<patch>\\d+)?$", |
| 95 | + "matchPackageNames": [ |
| 96 | + "git://linux-nfs.org/~steved/libtirpc" |
| 97 | + ] |
21 | 98 | } |
22 | 99 | ], |
23 | 100 | "separateMajorMinor": false |
|
0 commit comments