-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub-actions.json
31 lines (30 loc) · 1.33 KB
/
github-actions.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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Settings for GitHub Actions updates",
"regexManagers": [
{
"fileMatch": [
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$"
],
"matchStringsStrategy": "recursive",
"matchStrings": [
"[\\r\\n]+ (?:- | )uses: ['\"]?Wandalen\\/wretry.action@[^'\"\\s]+['\"]?\\s*[\\n\\r]+ \\s*with:\\s*[\\r\\n]+(?:\\s*[\\n\\r]+| .+[\\n\\r]+)* \\s*action: .*(?:[\\r\\n]+|$)",
"[\\r\\n]+\\s+action: ['\"]?(?<depName>[\\w-]+\\/[.\\w-]+)(?<path>\\/\\S*)?@(?<currentValue>[^\\s'\"]+)['\"]?"
],
"datasourceTemplate": "github-tags",
"versioningTemplate": "docker"
},
{
"fileMatch": [
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$"
],
"matchStringsStrategy": "recursive",
"matchStrings": [
"[\\r\\n]+ (?:- | )uses: ['\"]?Wandalen\\/wretry.action@[^'\"\\s]+['\"]?\\s*[\\n\\r]+ \\s*with:\\s*[\\r\\n]+(?:\\s*[\\n\\r]+| .+[\\n\\r]+)* \\s*action: .*(?:[\\r\\n]+|$)",
"[\\r\\n]+\\s+action: ['\"]?docker:\\/\\/(?<depName>[^\\s:'\"]+):(?<currentValue>[^\\s'\"]+)['\"]?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}