Skip to content

Commit

Permalink
Fix Renovate configuration
Browse files Browse the repository at this point in the history
frenck committed Jan 21, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
frenck Franck Nijhof
1 parent c0b2e7e commit 133d0f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,15 @@
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG SONARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Sonarr/Sonarr",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
@@ -40,15 +49,6 @@
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG SONARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Sonarr/Sonarr",
"extractVersionTemplate": "^v(?<version>.*)$"
}
]
}

0 comments on commit 133d0f9

Please sign in to comment.