We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac3ca7 commit fae049dCopy full SHA for fae049d
1 file changed
renovate.json5
@@ -49,7 +49,8 @@
49
// Give everything some time to bake
50
minimumReleaseAge: '3 days',
51
52
- // Automerge via PR (not branch)
+ // Automerge via PR by default
53
+ automerge: true, // Automerge non-major npm updates
54
automergeType: 'pr',
55
56
// Security update configuration
@@ -68,6 +69,13 @@
68
69
// Disable platform automerge (use Renovate's automerge instead)
70
platformAutomerge: false,
71
72
+ // Assign PRs to myself
73
+ "assignees": ["stanlemon"],
74
+
75
+ // Add labels to PRs
76
+ "labels": ["renovate-pr"],
77
78
79
// Package-specific rules
80
packageRules: [
81
{
0 commit comments