Skip to content

Commit 66a58a7

Browse files
chore: configure renovate (#76)
1 parent d1b97d6 commit 66a58a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":semanticCommitTypeAll(chore)"
5+
],
6+
"ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
7+
"prConcurrentLimit": 0,
8+
"rebaseStalePrs": true,
9+
"dependencyDashboard": true,
10+
"semanticCommits": true,
11+
"pip_requirements": {
12+
"fileMatch": ["requirements-test.txt"]
13+
}
14+
}

0 commit comments

Comments
 (0)