Skip to content

Commit 424ae7c

Browse files
ikerexxepbrezina
authored andcommitted
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> Reviewed-by: Justin Stephenson <jstephen@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
1 parent b854636 commit 424ae7c

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)