-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.kres.yaml
56 lines (56 loc) · 2.14 KB
/
.kres.yaml
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
---
kind: pkgfile.Build
spec:
targets:
- tools
reproducibleTargetName: tools
---
kind: common.Renovate
spec:
packageRules:
- 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+)\.(?<minor>\d+)\.?(?<patch>\d+)?$'
- matchPackageNames:
- abseil/abseil-cpp
versioning: 'regex:^(?<major>\d{4})(?<minor>\d{2})(?<patch>\d{2})\.?(?<build>\d+)?$'
- matchPackageNames:
- git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
- systemd/systemd
versioning: 'regex:^(?<major>\d+)\.?(?<minor>\d+)?\.?(?<patch>\d+)?$'
- matchPackageNames:
- protocolbuffers/protobuf
versioning: 'regex:^(?<major>\d+)\.(?<minor>\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+)_?(?<patch>\d+)?$'
- matchPackageNames:
- Perl/perl5
versioning: 'regex:^(?<major>\d+)\.(?<minor>\d[02468]+)\.(?<patch>\d+)$'