diff --git a/action.yml b/action.yml index bcef1cb..d00c389 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/renovate.json b/renovate.json index ff1f456..57224fc 100644 --- a/renovate.json +++ b/renovate.json @@ -11,14 +11,6 @@ "{{datasource}}", "{{updateType}}" ], - "regexManagers": [ - { - "fileMatch": ["\\.ya?ml$"], - "matchStrings": [ - "# ?renovate datasource=(?.+?) depName=(?.+)\\n.+: [\"']?(?.+?)[\"']?\\n" - ] - } - ], "commitMessagePrefix": ":arrow_up:", "packageRules": [ {