summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-12-17 15:57:37 +0000
committerSadie Powell <sadie@witchery.services>2022-12-17 15:57:37 +0000
commit6eec018c34503603ce43f447eb65966e7a788cde (patch)
tree8be174eb07ddce9ab492cd97e20f692753bb8af6 /.github
parente78db21180ea135b1f404d45f613ae1a78219cc9 (diff)
Allow Dependabot to keep our GitHub CI up to date.
Diffstat (limited to '.github')
-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 000000000..3a626c3a7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly