summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-22 15:10:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-22 15:10:37 -0400
commit911e81111c128cd059be22877d730055b1866079 (patch)
treeaa2535379f5c42def1ccec7da924a7e16805e328
parent19a640cc3b274ad58194f156a7a7aa0f96c7179e (diff)
downloadbfs-911e81111c128cd059be22877d730055b1866079.tar.xz
Enable Dependabot for GitHub Actions
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"