From 9d4e19f346d967c68a2baf985b62f986445b76eb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 19 Apr 2022 08:11:28 +0100 Subject: [PATCH] build: add dependabot config --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c5c9e80 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: github-actions + commit-message: + include: scope + prefix: build + directory: / + schedule: + interval: monthly \ No newline at end of file