Skip to content

Commit 4257a9c

Browse files
committed
fix: detect our requirements
1 parent e5739a2 commit 4257a9c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

renovate.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
":dependencyDashboard"
77
],
88
"assigneesFromCodeOwners": true,
9-
"packageRules": [
10-
{
11-
"matchManagers": ["pip_requirements"],
12-
"matchFileNames": ["requirements/*.txt"]
13-
}
14-
]
15-
}
9+
"pip_requirements": {
10+
"managerFilePatterns": [
11+
"requirements/*.txt"
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)