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 3db72a8 + c187c69 commit 9a40cabCopy full SHA for 9a40cab
1 file changed
renovate.json
@@ -0,0 +1,29 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:best-practices",
5
+ ":enablePreCommit",
6
+ "group:all",
7
+ ":gitSignOff",
8
+ ":disableDependencyDashboard",
9
+ "schedule:weekly"
10
+ ],
11
+ "packageRules": [
12
+ {
13
+ "description": "Patch and digest updates",
14
+ "matchUpdateTypes": [
15
+ "major",
16
+ "minor",
17
+ "patch",
18
+ "digest"
19
20
+ "groupName": "all dependencies",
21
+ "automerge": true,
22
+ "platformAutomerge": true
23
+ }
24
25
+ "constraints": {
26
+ "python": ">=3.9,<3.14"
27
+ },
28
+ "configMigration": true
29
+}
0 commit comments