Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 4m15s
Docker Build and Push / build (push) Successful in 4m15s
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
+4
-5
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track n2-soul npm package pinned in Dockerfile RUN command",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"n2-soul@(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["n2-soul@(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "n2-soul",
|
||||
"datasourceTemplate": "npm",
|
||||
"versioningTemplate": "npm"
|
||||
|
||||
Reference in New Issue
Block a user