Skip to content

Commit

Permalink
fix: Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
telnetdoogie authored Dec 10, 2024
1 parent 0acf5ef commit 49b0be6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"prHourlyLimit": 3,
"datasourceTemplate" : ["github-releases": {}],
"regexManagers" : [
"regexManagers": [
{
"fileMatch": ["Dockerfile$"],
"matchStrings": ["ARG PAR2CMDLINE_VERSION=(?<currentValue>[0-9\\.]+)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "animetosho/par2cmdline-turbo"
}
]
],
"packageRules": [
{
"matchDatasources": ["github-releases"],
"matchDepNames": ["animetosho/par2cmdline-turbo"]
"matchDepNames": ["animetosho/par2cmdline-turbo"],
"extractVersion": "^(?<version>[0-9\\.]+)$"
},
{
Expand Down

0 comments on commit 49b0be6

Please sign in to comment.