aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Kaj Kjellerup Nacht <pnacht@google.com>2023-07-26 13:48:26 +0000
committerNikolaus Rath <Nikolaus@rath.org>2023-07-26 17:42:24 +0100
commit7c109e2ecfb5cb414669983ed44ff1204adbab74 (patch)
treee49342ac497252d7c0bdc9d9a23f98db33f52888
parent0d7f43f110ec2a246bda906d4190767f8626446c (diff)
downloadlibfuse-7c109e2ecfb5cb414669983ed44ff1204adbab74.tar.gz
Add dependabot for GHA
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
-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..92c44a8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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"