Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 37928fa commit e1d8af9
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>miracum/.github//renovate/default"],
"regexManagers": [
"extends": [
"github>miracum/.github//renovate/default"
],
"customManagers": [
{
"fileMatch": ["(^|/)Dockerfile$"],
"matchStrings": ["PUBLISHER_VERSION=(?<currentValue>.*?)\n"],
"customType": "regex",
"fileMatch": [
"(^|/)Dockerfile$"
],
"matchStrings": [
"PUBLISHER_VERSION=(?<currentValue>.*?)\n"
],
"depNameTemplate": "HL7/fhir-ig-publisher",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"packageNames": ["HL7/fhir-ig-publisher"],
"matchPackageNames": [
"HL7/fhir-ig-publisher"
],
"extractVersion": "^(?<version>.*)$"
},
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
Expand Down

0 comments on commit e1d8af9

Please sign in to comment.