From 39527d4a3c59a322f89b7658a31c8149a396661e Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Mon, 11 Sep 2023 08:30:46 -0700 Subject: add dependabot PiperOrigin-RevId: 564393796 --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d5e7fb7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# Copyright 2023 Google Inc. All Rights Reserved. +# +# Distributed under MIT license. +# See file LICENSE for detail or copy at https://opensource.org/licenses/MIT + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.1