From 01f6c94d2e3d6d6718feb7a14f047ef24c7924dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 30 Jul 2022 09:23:25 +0200 Subject: [PATCH] Remove dependabot configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 52800cac..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates -version: 2 - -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'daily' - labels: - - 'dependencies' - reviewers: - - 'pioardi' - - 'Shinigami92' - - 'jerome-benoit' - versioning-strategy: increase -- 2.34.1