Skip to content

Commit 76b7df4

Browse files
chore: chore: update Updatecli jsonschema (#2813)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 0795488 commit 76b7df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/schema/latest/policy/manifest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,7 @@
32223222
"properties": {
32233223
"automerge": {
32243224
"type": "boolean",
3225-
"description": "automerge allows to enable/disable the automerge feature on new pullrequest\n\ncompatible:\n * action\n\ndefault:\n false"
3225+
"description": "automerge allows to enable/disable the automerge feature on new pullrequest\ndeprecated since the field \"merge.strategy\" should now be used to specify the merge strategy and enable automerge with \"auto\" value.\n\ncompatible:\n * action\n\ndefault:\n false\n\ndeprecated: use merge.strategy: auto instead"
32263226
},
32273227
"title": {
32283228
"type": "string",

0 commit comments

Comments
 (0)