diff options
| author | Taras Madan <tarasmadan@google.com> | 2023-07-21 12:11:19 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2023-07-21 10:28:20 +0000 |
| commit | e2c3b4007acd7868388cb6410e032aeb9681743f (patch) | |
| tree | 59f3aef53f28563f47e549916cca668aa1db675e | |
| parent | 28847498e7ddab1fba83af007c88a2ed158a9da0 (diff) | |
dependabot.yml: fix config parsing error
I think it currently doesn't work.
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files 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: |
