From 464d16f1f3031510e9fd52a2096075e8577279d2 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 29 Aug 2023 10:20:40 -0700 Subject: [PATCH] ci: disable Dependabot for Renovate (#38) --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8702296..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Dependency updates for GitHub Actions -# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily