5c: the build, the freeze audit and the release pipeline
This commit is contained in:
+25
-8
@@ -6,8 +6,8 @@
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "denoland/deno",
|
||||
"description": "Pin the Deno image ci.sh runs",
|
||||
"managerFilePatterns": ["ci.sh"],
|
||||
"description": "Pin the Deno image the gate runs",
|
||||
"managerFilePatterns": ["docker-images.sh"],
|
||||
"matchStrings": ["denoland/deno:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
@@ -15,17 +15,27 @@
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "node",
|
||||
"description": "Pin the node image ci.sh runs",
|
||||
"managerFilePatterns": ["ci.sh"],
|
||||
"matchStrings": ["node:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"description": "Pin the node image the gate runs",
|
||||
"managerFilePatterns": ["docker-images.sh"],
|
||||
"matchStrings": ["node_image=node:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "node-floor",
|
||||
"description": "Pin the node image proving engines.node, held to that major",
|
||||
"managerFilePatterns": ["docker-images.sh"],
|
||||
"matchStrings": ["floor_image=node:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"packageNameTemplate": "node",
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "oven/bun",
|
||||
"description": "Pin the Bun image ci.sh runs",
|
||||
"managerFilePatterns": ["ci.sh"],
|
||||
"description": "Pin the Bun image the gate runs",
|
||||
"managerFilePatterns": ["docker-images.sh"],
|
||||
"matchStrings": ["oven/bun:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
@@ -39,5 +49,12 @@
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"extends": ["config:recommended"]
|
||||
"extends": ["config:recommended"],
|
||||
"packageRules": [
|
||||
{
|
||||
"allowedVersions": "<19",
|
||||
"description": "engines.node states >=18, so the image proving it stays on 18",
|
||||
"matchDepNames": ["node-floor"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user