Skip to content

Commit

Permalink
Use GitHub releases, not tags, for Earthfile deps
Browse files Browse the repository at this point in the history
Notably CodeQL seems to have a tag cut that doesn't exist as a release.

Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed May 30, 2024
1 parent f65420e commit 00bf85c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"matchStrings": [
"EARTHLY_VERSION: '(?<currentValue>.*?)'\\n"
],
"datasourceTemplate": "github-tags",
"datasourceTemplate": "github-releases",
"depNameTemplate": "earthly/earthly",
"extractVersionTemplate": "^v(?<version>.*)$"
},
Expand All @@ -65,7 +65,7 @@
"matchStrings": [
"ARG GOLANGCI_LINT_VERSION=(?<currentValue>.*?)\\n"
],
"datasourceTemplate": "github-tags",
"datasourceTemplate": "github-releases",
"depNameTemplate": "golangci/golangci-lint"
},
{
Expand All @@ -77,7 +77,7 @@
"matchStrings": [
"ARG CODEQL_VERSION=(?<currentValue>.*?)\\n"
],
"datasourceTemplate": "github-tags",
"datasourceTemplate": "github-releases",
"depNameTemplate": "github/codeql-action",
"extractVersionTemplate": "^codeql-bundle-(?<version>.*)$"
},
Expand Down

0 comments on commit 00bf85c

Please sign in to comment.