Skip to content

Commit

Permalink
Merge pull request #92 from druidfi/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
back-2-95 authored Oct 29, 2024
2 parents 45c562b + 4a05c4c commit be02766
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
":separateMultipleMajorReleases",
":separatePatchReleases"
],
"regexManagers": [
"customManagers": [
{
"fileMatch": ["(^|/|\\.)Dockerfile$"],
"matchStrings": ["ARG MAILPIT_VERSION=(?<currentValue>.*?)\n"],
"customType": "regex",
"fileMatch": [
"(^|/|\\.)Dockerfile$"
],
"matchStrings": [
"ARG MAILPIT_VERSION=(?<currentValue>.*?)\n"
],
"depNameTemplate": "axllent/mailpit",
"datasourceTemplate": "github-releases"
}
Expand Down

0 comments on commit be02766

Please sign in to comment.