aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-09-11 08:30:46 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-11 08:31:36 -0700
commit39527d4a3c59a322f89b7658a31c8149a396661e (patch)
tree8dc270b3a04e8b0e39d412a921f59d625e559b96 /.github
parentcf95fbb9c5ef348902f74d989bc8167c08ae9bc5 (diff)
downloadbrotli-39527d4a3c59a322f89b7658a31c8149a396661e.zip
brotli-39527d4a3c59a322f89b7658a31c8149a396661e.tar.gz
brotli-39527d4a3c59a322f89b7658a31c8149a396661e.tar.bz2
add dependabot
PiperOrigin-RevId: 564393796
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
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"