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 05e0163 commit 0488d47Copy full SHA for 0488d47
default.json
@@ -0,0 +1,33 @@
1
+{
2
+ "extends": [
3
+ "config:base",
4
+ "group:allNonMajor",
5
+ ":separateMultipleMajorReleases",
6
+ ":automergeMinor",
7
+ ":automergePr",
8
+ ":automergeRequireAllStatusChecks",
9
+ ":ignoreUnstable",
10
+ ":enableVulnerabilityAlertsWithLabel(security)",
11
+ ":rebaseStalePrs",
12
+ ":npm",
13
+ "npm:unpublishSafe"
14
+ ],
15
+ "packageRules": [
16
+ {
17
+ "assignees": [
18
+ "jimthedev",
19
+ "AndersDJohnson",
20
+ "LinusU",
21
+ "pgoodjohn",
22
+ "dmwelch"
23
24
+ "assigneesSampleSize": 2,
25
+ "bumpVersion": "patch",
26
+ "commitMessagePrefix": "chore(deps)",
27
+ "labels": [
28
+ "maintenance",
29
+ "renovate"
30
+ ]
31
+ }
32
33
+}
renovate.json
0 commit comments