Skip to content

Commit

Permalink
feat: Renovate process GitHub release attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
pl4nty authored Nov 29, 2024
1 parent 802aa1b commit 57c7f6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
},
{
"fileMatch": [
"Makefile"
],
"matchStrings": [
"https:\/\/github.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*.yaml"
],
"datasourceTemplate": "github-release-attachments"
}
]
}

0 comments on commit 57c7f6c

Please sign in to comment.