From 45bd66377ccccd1b2052954cec0d798d5e45a292 Mon Sep 17 00:00:00 2001 From: Jiahao Guo Date: Mon, 18 Dec 2023 11:26:50 +0800 Subject: [PATCH] chore: add JSON schema link --- default.json | 1 + library.json | 1 + 2 files changed, 2 insertions(+) diff --git a/default.json b/default.json index c0912b7..9027b12 100644 --- a/default.json +++ b/default.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automergeType": "pr", "description": "App-specific config for RightCapital repositories", "extends": ["config:recommended", ":pinAllExceptPeerDependencies"], diff --git a/library.json b/library.json index a199bcc..27bb6cb 100644 --- a/library.json +++ b/library.json @@ -1,4 +1,5 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automergeType": "pr", "description": "Library-specific config for RightCapital repositories", "extends": ["config:recommended", ":pinAllExceptPeerDependencies"],