Skip to content

Commit 0a41e94

Browse files
authored
add packageRules to renovate.json (#49)
* add packageRules to renovate.json * add packageRules to renovate.json * minor updates
1 parent c49398a commit 0a41e94

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

renovate.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"packageRules": [
4+
{
5+
"matchPackagePatterns": [
6+
"python-simple-logger",
7+
"pylero",
8+
"pyhelper-utils",
9+
"pytest-mock",
10+
"pyyaml",
11+
"ipdb",
12+
"ipython",
13+
"pytest",
14+
"pytest-cov"
15+
],
16+
"groupName": "poetry-deps"
17+
}
18+
]
319
}

0 commit comments

Comments
 (0)