Skip to content

Commit

Permalink
🔧 Set default yampl version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 7, 2023
1 parent 8cd2ab9 commit 8ca4b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ inputs:
default: ${{ github.token }}
version:
description: The version of yampl to install
# renovate datasource=github-releases depName=clevyr/yampl
default: "v0.3.10"
default: latest
outputs:
version:
description: The version of yampl that was installed
Expand Down
8 changes: 0 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
"{{datasource}}",
"{{updateType}}"
],
"regexManagers": [
{
"fileMatch": ["\\.ya?ml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
}
],
"commitMessagePrefix": ":arrow_up:",
"packageRules": [
{
Expand Down

0 comments on commit 8ca4b29

Please sign in to comment.