Skip to content

Commit

Permalink
Add custom Manager
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Aug 6, 2024
1 parent 3ab3570 commit c31aff2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"description": "Custom manager for Custom Docker GitHub Actions",
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"^action.yaml$"
],
"matchStrings": [
"docker://(?<depName>.*?):(?<currentValue>[\\w+\\.\\-]*)"
]
}
]
}

0 comments on commit c31aff2

Please sign in to comment.