mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 13:26:25 +00:00
3a3008697b
* allow VPN access to /dev/net/tun * Renovate AWS AMIs (Ubuntu) change-type: patch
28 lines
729 B
JSON
28 lines
729 B
JSON
{
|
|
"extends": ["github>balena-io/renovate-config"],
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/vendor/**",
|
|
"**/examples/**",
|
|
"**/__tests__/**",
|
|
"**/test/**",
|
|
"**/tests/suites/**",
|
|
"**/__fixtures__/**",
|
|
"**/Dockerfile.template"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
".*"
|
|
],
|
|
"matchStrings": [
|
|
".*amiFilter=(?<packageName>.*?)\n(.*currentImageName=(?<currentDigest>.*?)\n)?(.*\n)?.*?(?<depName>[a-zA-Z0-9-_:]*)[ ]*?[:|=][ ]*?[\"|']?(?<currentValue>ami-[a-z0-9]{17})[\"|']?.*"
|
|
],
|
|
"datasourceTemplate": "aws-machine-image",
|
|
"versioningTemplate": "aws-machine-image"
|
|
}
|
|
]
|
|
}
|