Skip to content

Commit 2828c52

Browse files
renovate[bot]MaxWinterstein
authored andcommitted
Migrate config renovate.json
1 parent 77ca4b4 commit 2828c52

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"regexManagers": [
6+
"customManagers": [
77
{
8-
"fileMatch": ["\\.py$"],
9-
"matchStrings": ["SHFMT_VERSION = '(?<currentValue>[^']+)'"],
8+
"customType": "regex",
9+
"fileMatch": [
10+
"\\.py$"
11+
],
12+
"matchStrings": [
13+
"SHFMT_VERSION = '(?<currentValue>[^']+)'"
14+
],
1015
"depNameTemplate": "mvdan/shfmt",
1116
"datasourceTemplate": "github-releases"
1217
}

0 commit comments

Comments
 (0)