From 78eb04a02eba9d8f6ddfb1e18111a65e878cdc09 Mon Sep 17 00:00:00 2001 From: Grant G Date: Fri, 22 Nov 2024 14:33:25 -0800 Subject: [PATCH] Create dependabot.yml (#42) --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b43ccda2b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# 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: "daily" + assignees: + - "grant0417" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + assignees: + - "grant0417" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + assignees: + - "grant0417"