We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b091bc + 0024a24 commit d0ff4beCopy full SHA for d0ff4be
renovate.json
@@ -0,0 +1,33 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":dependencyDashboard",
6
+ "schedule:weekly"
7
+ ],
8
+ "pre-commit": {
9
+ "enabled": true
10
+ },
11
+ "packageRules": [
12
+ {
13
+ "matchManagers": [
14
+ "github-actions"
15
16
+ "automerge": true
17
18
19
20
+ "pip_requirements",
21
+ "poetry",
22
+ "setup-cfg"
23
24
25
26
27
28
+ "pre-commit"
29
30
31
+ }
32
+ ]
33
+}
requirements.txt
@@ -1,5 +1,2 @@
asyncio
-json
-logging
-ssl
aiohttp
0 commit comments