From a60423e834146fe1357d784b04ef66fbe2dbc94c Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 27 Mar 2022 22:24:30 -0500 Subject: [PATCH] maint/CICD ~ remove Dependabot configuration to avoid issue spam (in main and forks) # [why] When using the Dependabot configuration (*.github/dependabot.yml*), forks are forced into using it as well which causes lots of useless Dependabot spam. There is discussion but no fix for this as of yet. - ref: [Dependabot config and forks](https://github.com/dependabot/dependabot-core/issues/2198) --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ef7519b88e3..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 5