We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1c42c commit 2a23ce7Copy full SHA for 2a23ce7
.github/renovate.json
@@ -1,7 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base", ":automergePatch"],
4
- "stabilityDays": 7,
5
- "addLabels": ["dependencies"],
6
- "ignorePaths": ["requirements.txt", "docs/requirements.txt"]
+ "extends": [
+ "config:recommended",
+ ":automergePatch"
+ ],
7
+ "minimumReleaseAge": "7 days",
8
+ "addLabels": [
9
+ "dependencies"
10
11
+ "ignorePaths": [
12
+ "requirements.txt",
13
+ "docs/requirements.txt"
14
+ ]
15
}
0 commit comments