From 8ca4b29103d1577fad6a279a054012bfdf9802a6 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Tue, 7 Mar 2023 16:34:29 -0600 Subject: [PATCH] :wrench: Set default yampl version to `latest` --- action.yml | 3 +-- renovate.json | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) 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": [ {