From 89d1451e5b36b1714df31ec48d3af1252940e64f Mon Sep 17 00:00:00 2001 From: William Bergamin <wbergamin@slack-corp.com> Date: Mon, 13 May 2024 16:45:14 -0400 Subject: [PATCH] feat: configure dependabot (#86) --- .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..7f11a98 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"