aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-16 01:54:19 +0000
committerGravatar Joe Banks <[email protected]>2020-12-16 01:54:19 +0000
commit8b99f4b990d06e68157188f3a7e90a2dff148874 (patch)
tree91a596c197d143c61f002676208d9bacc6117d41
parentAdd renovate.json (diff)
Set groupName to all to make one large initial PR
-rw-r--r--renovate.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index f45d8f1..031be2c 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,5 +1,6 @@
{
"extends": [
"config:base"
- ]
+ ],
+ "groupName": "all"
}