-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
32 lines (32 loc) · 931 Bytes
/
renovate.json
File metadata and controls
32 lines (32 loc) · 931 Bytes
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
{
"extends": [
"github>zekker6/renovate-config",
"github>zekker6/renovate-config:automerge-github-actions"
],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/internal/embed/versions\\.env$/"
],
"matchStrings": [
"BWRAP_TAG=(?<currentValue>v\\d+\\.\\d+\\.\\d+)\\n"
],
"depNameTemplate": "containers/bubblewrap",
"datasourceTemplate": "github-tags"
},
{
"customType": "regex",
"managerFilePatterns": [
"/internal/embed/versions\\.env$/"
],
"matchStrings": [
"PASTA_TAG=(?<currentValue>\\d{4}_\\d{2}_\\d{2}\\.[a-f0-9]+)\\n"
],
"depNameTemplate": "passt",
"packageNameTemplate": "https://passt.top/passt",
"datasourceTemplate": "git-tags",
"versioningTemplate": "regex:^(?<major>\\d{4})_(?<minor>\\d{2})_(?<patch>\\d{2})\\.(?<build>[a-f0-9]+)$"
}
]
}