Skip to content

Commit 333795d

Browse files
committed
renovate: Add custom config
* renovate: Add custom config for super linter * renovate: Update custom manager for super-linter
1 parent ca89f28 commit 333795d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"labels": ["dependencies"],
77
"ignorePaths": ["container-example/**"],
88
"packageRules": [
9+
{
10+
"groupName": "Update of files using super-linter",
11+
"matchFileNames": ["LINT.md", "run-linters", ".github/workflows/linter.y(a)?ml" ]
12+
},
913
{
1014
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
1115
"automerge": true
@@ -15,6 +19,16 @@
1519
"enabled": false
1620
}
1721
],
22+
"customManagers": [
23+
{
24+
"customType": "regex",
25+
"description": "Update super-linter",
26+
"fileMatch": ["LINT.md", "run-linters"],
27+
"depNameTemplate": "docker",
28+
"datasourceTemplate": "docker",
29+
"matchStrings": [".*ghcr.io/super-linter/super-linter:(?<currentValue>.*?)\\n"]
30+
}
31+
],
1832
"rebaseWhen": "behind-base-branch",
1933
"vulnerabilityAlerts": {
2034
"labels": ["security"]

0 commit comments

Comments
 (0)