From e2c3b4007acd7868388cb6410e032aeb9681743f Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 21 Jul 2023 12:11:19 +0200 Subject: dependabot.yml: fix config parsing error I think it currently doesn't work. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c57b7ced..8ac959fa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ -// Copyright 2017 syzkaller project authors. All rights reserved. -// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. version: 2 updates: -- cgit mrf-deployment