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.
1 parent 37d695f commit 9ecf451Copy full SHA for 9ecf451
.github/renovate.json
@@ -0,0 +1,28 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:best-practices"
5
+ ],
6
+ "pre-commit": {
7
+ "enabled": true
8
+ },
9
+ "git-submodules": {
10
11
12
+ "lockFileMaintenance": {
13
14
15
+ "prHourlyLimit": 0,
16
+ "prConcurrentLimit": 0,
17
+ "packageRules": [
18
+ {
19
+ "matchUpdateTypes": [
20
+ "minor",
21
+ "patch",
22
+ "pin",
23
+ "digest"
24
25
+ "automerge": true
26
+ }
27
+ ]
28
+}
0 commit comments