Skip to content

Commit

Permalink
Merge pull request #29 from compscidr/jason/renovate-track-updates
Browse files Browse the repository at this point in the history
Partially automate updates with renovate
  • Loading branch information
compscidr authored Mar 20, 2024
2 parents 8e977d9 + e690ea7 commit 13682f5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"extends": [
"config:base"
]
],
"regexManagers": [
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG LOLMINER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Lolliedieb/lolMiner-releases",
}
],
}

0 comments on commit 13682f5

Please sign in to comment.