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 d7b33d9 commit 07baa97Copy full SHA for 07baa97
renovate.json
@@ -1,19 +1,15 @@
1
{
2
- "extends": [
3
- "config:base"
4
- ],
5
- "lockFileMaintenance": {
6
- "enabled": true,
7
- "automerge": true
8
- },
9
- "packageRules": [
10
- {
11
- "matchUpdateTypes": [
12
- "minor",
13
- "patch"
14
15
- "matchCurrentVersion": "!/^0/",
16
17
- }
18
- ]
19
-}
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended"],
+ "lockFileMaintenance": {
+ "enabled": true,
+ "automerge": true,
+ "schedule": ["at any time"]
+ },
+ "packageRules": [
+ {
+ "matchUpdateTypes": ["minor", "patch"],
+ "automerge": true
+ }
+ ]
+}
0 commit comments