aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-11-10 23:12:36 +0100
committerSebastian Pipping <sebastian@pipping.org>2023-11-12 16:43:40 +0100
commitc9ff79f95c62f8df27af21dfb182ade951f6d11b (patch)
tree3123ea2378a3d87674979f94c81fecbeb2d3d2c1 /.github/dependabot.yml
parent7165c0e80c905f3ad5297bccf86b3c0a40959c9d (diff)
downloadbindfs-c9ff79f95c62f8df27af21dfb182ade951f6d11b.tar.gz
Make GitHub Dependabot keep our GitHub Actions up to date
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"