Skip to content

Commit

Permalink
renovate: Add custom config
Browse files Browse the repository at this point in the history
* renovate: Add custom config for super linter
* renovate: Update custom manager for super-linter
  • Loading branch information
pataxis committed Nov 19, 2024
1 parent ca89f28 commit 333795d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"labels": ["dependencies"],
"ignorePaths": ["container-example/**"],
"packageRules": [
{
"groupName": "Update of files using super-linter",
"matchFileNames": ["LINT.md", "run-linters", ".github/workflows/linter.y(a)?ml" ]
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
Expand All @@ -15,6 +19,16 @@
"enabled": false
}
],
"customManagers": [
{
"customType": "regex",
"description": "Update super-linter",
"fileMatch": ["LINT.md", "run-linters"],
"depNameTemplate": "docker",
"datasourceTemplate": "docker",
"matchStrings": [".*ghcr.io/super-linter/super-linter:(?<currentValue>.*?)\\n"]
}
],
"rebaseWhen": "behind-base-branch",
"vulnerabilityAlerts": {
"labels": ["security"]
Expand Down

0 comments on commit 333795d

Please sign in to comment.