Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr authored Dec 2, 2024
1 parent 51746cd commit 3f14f89
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG LOLMINER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Lolliedieb/lolMiner-releases",
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"Dockerfile"
],
"matchStrings": [
"ARG LOLMINER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "githbub-releases",
"depNameTemplate": "Lolliedieb/lolMiner-releases"
}
]
}

0 comments on commit 3f14f89

Please sign in to comment.