forked from repo-mirrors/cnpg-postgres-containers
chore(config): migrate config renovate.json (#241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", "docker:pinDigests"],
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
"docker:pinDigests"
|
||||||
|
],
|
||||||
"enabledManagers": [
|
"enabledManagers": [
|
||||||
"github-actions",
|
"github-actions",
|
||||||
"custom.regex"
|
"custom.regex"
|
||||||
@@ -8,7 +11,9 @@
|
|||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["docker-bake.hcl"],
|
"managerFilePatterns": [
|
||||||
|
"/docker-bake.hcl/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+\"(?<depName>[^:]+):(?<currentValue>[^\\s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\""
|
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+\"(?<depName>[^:]+):(?<currentValue>[^\\s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\""
|
||||||
],
|
],
|
||||||
@@ -17,14 +22,16 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["debian"],
|
"matchPackageNames": [
|
||||||
|
"debian"
|
||||||
|
],
|
||||||
"groupName": "Debian base images"
|
"groupName": "Debian base images"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepTypes": [
|
"matchDepTypes": [
|
||||||
"action"
|
"action"
|
||||||
],
|
],
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user