From bfa45982388f0c745a4a6d30b0a2a1202b3e7113 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 25 Oct 2022 21:35:59 +0200 Subject: [PATCH] Updated dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..2b8374f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 50 + schedule: + interval: "monthly" + assignees: + - "DaanV2" + reviewers: + - "DaanV2" + - package-ecosystem: github-actions + directory: / + schedule: + interval: "monthly"