From 8321ca77583ec61517aebdf0efbb211502beea8f Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Mon, 3 May 2021 08:01:43 +0200 Subject: [PATCH] fix: update configs --- package.json | 6 ++---- renovate.json | 13 ------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 renovate.json diff --git a/package.json b/package.json index 2ee0ffa..b05edaa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "bsb -make-world", "start": "BS_WATCH_CLEAR=true bsb -make-world -w", "clean": "bsb -clean-world", - "test": "is-ci \"test:ci\" \"test:watch\"", + "test": "is-ci-cli test:ci test:watch", "test:ci": "jest", "test:watch": "jest --watch", "rollup:build": "rollup -c", @@ -24,9 +24,7 @@ "Color", "Color contrast", "Accessibility", - "BuckleScript", - "Reason", - "ReasonML" + "ReScript" ], "author": { "name": "Rickard Natt och Dag", diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 8a7e5d4..0000000 --- a/renovate.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "pinVersions": true, - "semanticCommits": true, - "schedule": ["after 10pm and before 5am on every weekday"], - "prCreation": "not-pending", - "automerge": "minor", - "labels": ["tooling", "dependencies"], - "assignees": ["@believer"], - "reviewers": ["@believer"] -}