Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Oct 3, 2024
1 parent 27e7d75 commit ffeb9bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
kind_version:
description: 'The version of kind to use'
required: false
# renovate: github-releases packageName=kubernetes-sigs/kind
# renovate: github-releases kubernetes-sigs/kind
default: 'v0.24.0'
kubectl_version:
description: 'The version of kubectl to use'
Expand Down
17 changes: 3 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"description": "Update docker images in action.yaml",
"description": "Update versions in action.yaml",
"fileMatch": [
"^action\\.yaml$"
],
"matchStrings": [
"# renovate: docker\\s+default:\\s\\'(?<packageName>.+?):(?<currentValue>.+?)'\\s"
]
},
{
"customType": "regex",
"datasourceTemplate": "github-releases",
"description": "Update github-releases images in action.yaml",
"fileMatch": [
"^action\\.yaml$"
],
"matchStrings": [
"# renovate: github-releases packageName=(?<packageName>.+?)\\s+default:\\s\\'(?<currentValue>.+?)'\\s"
"# renovate: (?<datasource>.+?)\\s+default:\\s\\'(?<packageName>.+?):(?<currentValue>.+?)'\\s",
"# renovate: (?<datasource>.+?) (?<packageName>.+?)\\s+default:\\s\\'(?<currentValue>.+?)'\\s"
]
},
{
Expand Down

0 comments on commit ffeb9bf

Please sign in to comment.