Skip to content

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 45c562b commit 4a05c4c
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 4a05c4c

Please sign in to comment.