Skip to content

Commit

Permalink
ci: Merge pull request #221 from telnetdoogie/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
telnetdoogie authored Dec 10, 2024
2 parents a28849d + 9d01174 commit 963a02f
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"prHourlyLimit": 3,
"regexManagers": [
"customManagers": [
{
"fileMatch": ["Dockerfile$"],
"matchStrings": ["ARG PAR2CMDLINE_VERSION=(?<currentValue>[0-9\\.]+)"],
"customType": "regex",
"fileMatch": [
"Dockerfile$"
],
"matchStrings": [
"ARG PAR2CMDLINE_VERSION=(?<currentValue>[0-9\\.]+)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "animetosho/par2cmdline-turbo"
}
],
"packageRules": [
{
"matchDatasources": ["github-releases"],
"matchDepNames": ["animetosho/par2cmdline-turbo"],
"matchDatasources": [
"github-releases"
],
"matchDepNames": [
"animetosho/par2cmdline-turbo"
],
"extractVersion": "^(?<version>[0-9\\.]+)$"
},
{
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"dependencyDashboardApproval": true
}
]
Expand Down

0 comments on commit 963a02f

Please sign in to comment.