Skip to content

Commit

Permalink
Fix Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 21, 2024
1 parent d9f3f68 commit e8dada8
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
Expand Up @@ -24,6 +24,15 @@
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG RADARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Radarr/Radarr",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
Expand All @@ -40,15 +49,6 @@
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG RADARR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "Radarr/Radarr",
"extractVersionTemplate": "^v(?<version>.*)$"
}
]
}

0 comments on commit e8dada8

Please sign in to comment.