aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-11-12 20:23:18 +0200
committerGitHub <noreply@github.com>2023-11-12 20:23:18 +0200
commit923d9524e266f4c691ea19e6309ed9b7ea0e910c (patch)
treeef6104030332c24bf0a65d128668e758dd65bb37 /.github/dependabot.yml
parent8e47a43bc422c7b8dc8499ccba13fca837730690 (diff)
parentc9ff79f95c62f8df27af21dfb182ade951f6d11b (diff)
downloadbindfs-923d9524e266f4c691ea19e6309ed9b7ea0e910c.tar.gz
Merge pull request #146 from hartwork/github-actions-ci
Add GitHub Actions CI to cover build with FUSE 3 on Linux (for #144)
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..dc5c447
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# Copyright (c) 2023 Sebastian Pipping <sebastian@pipping.org>
+# Licensed under GPL v2 or later
+
+version: 2
+updates:
+
+ - package-ecosystem: "github-actions"
+ commit-message:
+ include: "scope"
+ prefix: "Actions"
+ directory: "/"
+ labels:
+ - "enhancement"
+ schedule:
+ interval: "weekly"