diff options
author | Sadie Powell <sadie@witchery.services> | 2022-12-17 15:57:37 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-12-17 15:57:37 +0000 |
commit | 6eec018c34503603ce43f447eb65966e7a788cde (patch) | |
tree | 8be174eb07ddce9ab492cd97e20f692753bb8af6 /.github | |
parent | e78db21180ea135b1f404d45f613ae1a78219cc9 (diff) |
Allow Dependabot to keep our GitHub CI up to date.
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 6 |
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 |