We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033cf45 commit a6a4153Copy full SHA for a6a4153
1 file changed
renovate.json
@@ -1,12 +1,35 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+
4
"extends": [
5
"config:recommended",
- "config:js-app",
6
- ":automergeBranch",
7
- ":automergeMinor"
+ "config:js-app"
8
],
9
- "github-actions": {
10
- "fileMatch": ["^auto_update_github_action.yml$"]
11
- }
12
-}
+ "automerge": false,
+ "minimumReleaseAge": "8 days",
13
+ "dependencyDashboard": true,
14
15
+ "separateMajorMinor": true,
16
+ "separateMultipleMajor": true,
17
18
+ "rangeStrategy": "pin",
19
20
+ "lockFileMaintenance": {
21
+ "enabled": true,
22
+ "schedule": ["before 3am on monday"]
23
+ },
24
25
+ "packageRules": [
26
+ {
27
+ "matchManagers": ["dockerfile"],
28
+ "pinDigests": true
29
30
31
+ "matchManagers": ["github-actions"],
32
33
+ }
34
+ ]
35
+}
0 commit comments