From d428d1c41cecbce67f35b8fa782d219a2f3ba2a4 Mon Sep 17 00:00:00 2001 From: Dan Adajian Date: Mon, 4 Mar 2024 13:14:30 -0600 Subject: [PATCH] Delete .github/dependabot.yml --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7258bbd71..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' - reviewers: - - '@ExpediaGroup/github-helpers-committers' - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'weekly' - reviewers: - - '@ExpediaGroup/github-helpers-committers'