-
Notifications
You must be signed in to change notification settings - Fork 21
/
renovate.json
112 lines (112 loc) · 4.19 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.",
"prHeader": "Update Request | Renovate Bot",
"extends": [
":dependencyDashboard",
":gitSignOff",
":semanticCommitScopeDisabled",
"schedule:earlyMondays"
],
"customManagers": [
{
"customType": "regex",
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}",
"fileMatch": [
"Pkgfile"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?<currentDigest>.*))?"
]
},
{
"customType": "regex",
"datasourceTemplate": "github-tags",
"depNameTemplate": "siderolabs/bldr",
"versioningTemplate": "semver",
"fileMatch": [
"Pkgfile"
],
"matchStrings": [
"ghcr.io\\/siderolabs\\/bldr:(?<currentValue>v.*)"
]
}
],
"packageRules": [
{
"groupName": "dependencies",
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest"
]
},
{
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$",
"matchPackageNames": [
"golang/go",
"mirror/ncurses",
"PCRE2Project/pcre2",
"plougher/squashfs-tools",
"SELinuxProject/selinux",
"git://git.savannah.gnu.org/make.git",
"git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git",
"git://git.savannah.gnu.org/automake.git",
"git://git.savannah.gnu.org/bison.git",
"git://git.savannah.gnu.org/coreutils.git",
"git://git.savannah.gnu.org/diffutils.git",
"git://sourceware.org/git/elfutils.git",
"git://git.savannah.gnu.org/gettext.git",
"git://git.savannah.gnu.org/gperf.git",
"git://git.savannah.gnu.org/grep.git",
"git://git.savannah.gnu.org/gzip.git",
"git://git.kernel.org/pub/scm/devel/pahole/pahole.git",
"git://git.savannah.gnu.org/patch.git",
"https://gitlab.freedesktop.org/pkg-config/pkg-config.git",
"git://git.savannah.gnu.org/sed.git",
"git://git.savannah.gnu.org/texinfo.git",
"git://git.kernel.org/pub/scm/libs/libcap/libcap.git",
"git://git.savannah.gnu.org/autoconf.git",
"git://git.savannah.gnu.org/bash.git"
]
},
{
"versioning": "regex:^(?<major>\\d{4})(?<minor>\\d{2})(?<patch>\\d{2})\\.?(?<build>\\d+)?$",
"matchPackageNames": [
"abseil/abseil-cpp"
]
},
{
"versioning": "regex:^(?<major>\\d+)\\.?(?<minor>\\d+)?\\.?(?<patch>\\d+)?$",
"matchPackageNames": [
"git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git",
"systemd/systemd"
]
},
{
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)",
"matchPackageNames": [
"protocolbuffers/protobuf"
]
},
{
"versioning": "regex:^(?<major>\\d+)_(?<minor>\\d+)_?(?<patch>\\d+)?$",
"matchPackageNames": [
"curl/curl",
"libexpat/libexpat",
"file/file",
"git://git.savannah.gnu.org/cpio.git",
"git://git.savannah.gnu.org/tar.git"
]
},
{
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d[02468]+)\\.(?<patch>\\d+)$",
"matchPackageNames": [
"Perl/perl5"
]
}
],
"separateMajorMinor": false
}