Skip to content

Commit

Permalink
Add regexManagers to Renovate config 5
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Oct 21, 2024
1 parent 298b14f commit 5161d7f
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,14 @@
"extends": [
"config:recommended",
":separateMultipleMajorReleases",
":separatePatchReleases",
"helpers:pinGitHubActionDigests",
"helpers:pinGitHubActionDigestsToSemver"
":separatePatchReleases"
],
"regexManagers": [
{
"fileMatch": ["(^|/|\\.)Dockerfile$"],
"matchStrings": ["ENV MAILPIT_VERSION=(?<currentValue>.*?)\n"],
"matchStrings": ["ARG MAILPIT_VERSION=(?<currentValue>.*?)\n"],
"depNameTemplate": "axllent/mailpit",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"enabled": true,
"matchDatasources": [
"github-releases",
"github-tags"
],
"matchPackageNames": [
"axllent/mailpit"
],
"extractVersion": "^v(?<version>.*)$"
}
]
}

0 comments on commit 5161d7f

Please sign in to comment.