Skip to content

Commit 233ca64

Browse files
chore(config): migrate renovate config (#2887)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 000cb03 commit 233ca64

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

renovate.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
"assigneesFromCodeOwners": true,
99
"packageRules": [
1010
{
11-
"matchManagers": [
12-
"pip_requirements"
13-
],
14-
"matchPaths": [
15-
"requirements/*.txt"
16-
]
11+
"matchManagers": ["pip_requirements"],
12+
"matchFileNames": ["requirements/*.txt"]
1713
}
1814
]
19-
}
15+
}

0 commit comments

Comments
 (0)