Skip to content

Commit 37d5340

Browse files
committed
ci: fix dependabot.yml schema validation
As specified in the documentation move prefix under commit-message section. Link: <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference> Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
1 parent 14b285e commit 37d5340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
version: 2
33
updates:
44
- package-ecosystem: github-actions
5-
prefix: ci
65
directory: /
76
schedule:
87
interval: monthly
8+
commit-message:
9+
prefix: ci

0 commit comments

Comments
 (0)