Add dependabot for GHA
authorPedro Kaj Kjellerup Nacht <pnacht@google.com>
Wed, 26 Jul 2023 13:48:26 +0000 (13:48 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 26 Jul 2023 16:42:24 +0000 (17:42 +0100)
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..92c44a8
--- /dev/null
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"