Skip to content

Commit 000cb03

Browse files
committed
Update Renovate config with pip requirements rules
Adds package rules to target pip_requirements manager for files in requirements/*.txt and enables assignees from CODEOWNERS. This improves automation and assignment for dependency updates.
1 parent e038fc2 commit 000cb03

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@
44
"local>Pycord-Development/renovate-config",
55
":semanticPrefixFixDepsChoreOthers",
66
":dependencyDashboard"
7+
],
8+
"assigneesFromCodeOwners": true,
9+
"packageRules": [
10+
{
11+
"matchManagers": [
12+
"pip_requirements"
13+
],
14+
"matchPaths": [
15+
"requirements/*.txt"
16+
]
17+
}
718
]
8-
}
19+
}

0 commit comments

Comments
 (0)