Skip to content

Commit d052cf6

Browse files
authored
[skip changelog] Revert "Add skip changelog prefix to Dependabot workflow update commits (#1381)" (#1389)
This reverts commit 4fbf7b7. It turns out there is an undocumented maximum length of 15 characters for this prefix: https://github.com/arduino/arduino-cli/network/updates ``` Dependabot encountered the following error when parsing your .github/dependabot.yml: The property '#/updates/0/commit-message/prefix' was not of a maximum string length of 15 Please update the config file to conform with Dependabot's specification. ``` Unfortunately, even though it is possible to reduce the prefix length by 1 with the removal of the trailing space, we still end up with 16 characters.
1 parent f632a9d commit d052cf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ updates:
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
schedule:
1111
interval: daily
12-
commit-message:
13-
prefix: "[skip changelog] "
1412
labels:
1513
- "topic: dependencies"

0 commit comments

Comments
 (0)