Skip to content

Commit 6e0fad5

Browse files
chore(config): migrate config renovate.json (#241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ef499c commit 6e0fad5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

renovate.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "docker:pinDigests"],
3+
"extends": [
4+
"config:recommended",
5+
"docker:pinDigests"
6+
],
47
"enabledManagers": [
58
"github-actions",
69
"custom.regex"
710
],
811
"customManagers": [
912
{
1013
"customType": "regex",
11-
"fileMatch": ["docker-bake.hcl"],
14+
"managerFilePatterns": [
15+
"/docker-bake.hcl/"
16+
],
1217
"matchStrings": [
1318
"\\/\\/\\s*renovate:\\s*datasource=(?<datasource>.*?)\\s+(versioning=(?<versioning>.*?))?\\s+\"(?<depName>[^:]+):(?<currentValue>[^\\s@]+)(@(?<currentDigest>sha256:[0-9a-f]*))?\""
1419
],
@@ -17,14 +22,16 @@
1722
],
1823
"packageRules": [
1924
{
20-
"matchPackageNames": ["debian"],
25+
"matchPackageNames": [
26+
"debian"
27+
],
2128
"groupName": "Debian base images"
2229
},
2330
{
2431
"matchDepTypes": [
25-
"action"
32+
"action"
2633
],
2734
"pinDigests": true
2835
}
2936
]
30-
}
37+
}

0 commit comments

Comments
 (0)