Skip to content

Commit e3c36d7

Browse files
authored
chore: Add alternative pip file names to renovate config (#73)
1 parent 3a33551 commit e3c36d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"pip_requirements": {
7+
"fileMatch": ["requirements.txt", "requirements-dev.txt"]
8+
}
69
}

0 commit comments

Comments
 (0)