From 89bc860804252dbacb8c2bea60b9204859f4afd7 Mon Sep 17 00:00:00 2001 From: nathan-415 <42319948+nathan-415@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:47:57 -0500 Subject: .github: included dependabot Enable dependabot to get security updates and if needed version updates on dependencies. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9c57b7ced --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +// 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: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: "mod: do" -- cgit mrf-deployment