Skip to content

Commit

Permalink
Merge pull request #730 from negz/third-rock-from-the-sun
Browse files Browse the repository at this point in the history
Use GitHub releases, not tags, for Earthfile deps
  • Loading branch information
negz authored May 30, 2024
2 parents 6be046b + 00bf85c commit a4e82d5
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 a4e82d5

Please sign in to comment.