From e094155b6dd48a87d5a4735471649ed8d32a47ae Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 13 Sep 2023 14:17:48 -0400 Subject: [PATCH] ci: disable Dependabot, using Renovate (#30) Disable Dependabot, using Renovate --- .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