Skip to content

Commit

Permalink
Merge pull request #11 from NapalmCodes/dev
Browse files Browse the repository at this point in the history
Renovate handle docker image tag for KrakenD container
  • Loading branch information
NapalmCodes authored Aug 27, 2024
2 parents f2571f5 + 4c82936 commit 9a6d7a7
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchConcurrentLimit": 3,
"branchPrefix": "chore/",
"extends": [
"config:best-practices"
],
"branchConcurrentLimit": 3,
"branchPrefix": "chore/",
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^NapalmCodes\\.Aspire\\.Hosting\\.Krakend/KrakendContainerImageTags\\.cs$"],
"matchStrings": [
"public\\s+const\\s+string\\s+Tag\\s+=\\s+\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\";"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"depNameTemplate": "devopsfaith/krakend"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["devopsfaith/krakend"],
"pinDigests": false
}
]
}

0 comments on commit 9a6d7a7

Please sign in to comment.