Skip to content

Commit

Permalink
Configure Renovate (#1)
Browse files Browse the repository at this point in the history
* Add renovate.json

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Valentin Day <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2021
1 parent 29dc64f commit 76a0597
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"config:base",
"docker:enableMajor"
],
"regexManagers": [{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["ARG IREDADMIN_VERSION=(?<currentValue>.*?)\n"],
"versioningTemplate": "loose",
"depNameTemplate": "iredmail/iRedAdmin",
"datasourceTemplate": "github-releases"
}]
}

0 comments on commit 76a0597

Please sign in to comment.