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 d111726Copy full SHA for d111726
.github/renovate.json
@@ -0,0 +1,25 @@
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
+ "prHourlyLimit": 0,
13
+ "prConcurrentLimit": 0,
14
+ "packageRules": [
15
+ {
16
+ "matchUpdateTypes": [
17
+ "minor",
18
+ "patch",
19
+ "pin",
20
+ "digest"
21
22
+ "automerge": true
23
+ }
24
+ ]
25
+}
0 commit comments