Skip to content

Commit ab8050d

Browse files
added renovate configuration
1 parent ac7c711 commit ab8050d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"fileMatch": [
3+
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
4+
]
5+
}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ build
44
dist
55
*.egg-info
66
__pycache__
7-
test.py
8-
*.json
7+
test.py

0 commit comments

Comments
 (0)