Skip to content

Commit

Permalink
test: Automate updates of test yampl version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 28, 2024
1 parent 12d85a1 commit a0bc7d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>clevyr/renovate-config-public"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [".github/workflows/test.yaml"],
"matchStrings": ["version:\\n +- (?<currentValue>.*)\n"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "clevyr/yampl"
}
]
}

0 comments on commit a0bc7d9

Please sign in to comment.