Skip to content

Commit

Permalink
refactor: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Mar 24, 2024
1 parent 773ef9a commit c5b158a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -19,6 +14,11 @@
"description": "Allow unstable updates (prereleases).",
"default": false,
"type": "boolean"
},
"readOnly": {
"description": "Perform a dry run.",
"default": false,
"type": "boolean"
}
}
}
}

0 comments on commit c5b158a

Please sign in to comment.