Skip to content

Commit

Permalink
chore: fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
telnetdoogie authored Dec 10, 2024
1 parent 3816c3d commit 0262342
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
],
"prHourlyLimit": 3,
"packageRules": [
{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
},
{
"description": "Update PAR2CMDLINE_VERSION in Dockerfile",
"matchFiles": ["Dockerfile"],
"matchStrings": ["ARG PAR2CMDLINE_VERSION=(?<currentValue>[0-9\\.]+)"],
"extractVersion": "^(?<version>[0-9\\.]+)$",
"datasource": "github-releases",
"depName": "animetosho/par2cmdline-turbo",
"lookupName": "animetosho/par2cmdline-turbo",
"versioning": "semver"
"depName": "animetosho/par2cmdline-turbo"
},
{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
}
]
}

0 comments on commit 0262342

Please sign in to comment.