Commit d052cf6
authored
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
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
0 commit comments