From c5156086e1107113727512f055fec9d266f4f8d7 Mon Sep 17 00:00:00 2001 From: Perdana Hadi Sanjaya Date: Tue, 10 Sep 2024 20:45:39 +0700 Subject: [PATCH] Delete .github/dependabot.yml --- .github/dependabot.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 532115a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,25 +0,0 @@ -# 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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - # Update Python packages - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - ignore: - - dependency-name: "twisted" - - dependency-name: "cryptography" - - dependency-name: "greenlet" - - dependency-name: "pyee" - - # Update GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 \ No newline at end of file