From c5b158a183f6495db09d4ec56546a0573699ce6f Mon Sep 17 00:00:00 2001 From: Samuel Kopp <62482066+boywithkeyboard@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:27:34 +0100 Subject: [PATCH] refactor: update schema --- schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/schema.json b/schema.json index 6462464..8b22503 100644 --- a/schema.json +++ b/schema.json @@ -5,11 +5,6 @@ "$schema": { "type": "string" }, - "commitMessage": { - "description": "The commit message and the title for the pull request.", - "default": "deno: update imports", - "type": "string" - }, "allowBreaking": { "description": "Allow breaking updates (major releases).", "default": false, @@ -19,6 +14,11 @@ "description": "Allow unstable updates (prereleases).", "default": false, "type": "boolean" + }, + "readOnly": { + "description": "Perform a dry run.", + "default": false, + "type": "boolean" } } -} +} \ No newline at end of file