From 6eec018c34503603ce43f447eb65966e7a788cde Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 17 Dec 2022 15:57:37 +0000 Subject: Allow Dependabot to keep our GitHub CI up to date. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') 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 -- cgit