61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"automerge": true,
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "docker",
|
|
"depNameTemplate": "denoland/deno",
|
|
"description": "Pin the Deno image the gate runs",
|
|
"managerFilePatterns": ["docker-images.sh"],
|
|
"matchStrings": ["denoland/deno:(?<currentValue>[0-9][^\\s\"']*)"],
|
|
"versioningTemplate": "docker"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "docker",
|
|
"depNameTemplate": "node",
|
|
"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 the gate runs",
|
|
"managerFilePatterns": ["docker-images.sh"],
|
|
"matchStrings": ["oven/bun:(?<currentValue>[0-9][^\\s\"']*)"],
|
|
"versioningTemplate": "docker"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "docker",
|
|
"depNameTemplate": "renovate/renovate",
|
|
"description": "Pin the Renovate image the Renovate workflow runs",
|
|
"managerFilePatterns": [".gitea/workflows/renovate.yml"],
|
|
"matchStrings": ["renovate/renovate:(?<currentValue>[0-9][^\\s\"']*)"],
|
|
"versioningTemplate": "docker"
|
|
}
|
|
],
|
|
"extends": ["config:recommended"],
|
|
"packageRules": [
|
|
{
|
|
"allowedVersions": "<19",
|
|
"description": "engines.node states >=18, so the image proving it stays on 18",
|
|
"matchDepNames": ["node-floor"]
|
|
}
|
|
]
|
|
}
|