From 2673d62d5ccc081fcbbe310792d7c471bdc44406 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:54:13 -0400 Subject: [PATCH] ci: remove dependabot config --- .github/dependabot.yml | 48 ------------------------- .github/workflows/global-replicator.yml | 2 +- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6eb0cda2..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,48 +0,0 @@ ---- -# This action is centrally managed in https://github.com//.github/ -# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in -# the above-mentioned repo. - -version: 2 -updates: - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - time: "08:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - time: "08:30" - open-pull-requests-limit: 10 - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - time: "09:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "nuget" - directory: "/" - schedule: - interval: "daily" - time: "09:30" - open-pull-requests-limit: 10 - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - time: "10:00" - open-pull-requests-limit: 10 - - - package-ecosystem: "gitsubmodule" - directory: "/" - schedule: - interval: "daily" - time: "10:30" - open-pull-requests-limit: 10 diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index ae7009eb..3a368f39 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -29,7 +29,6 @@ jobs: depends_on: '' patterns_to_ignore: '' patterns_to_include: >- - .github/dependabot.yml, .github/label-actions.yml, .github/pr_release_template.md, .github/workflows/auto-create-pr.yml, @@ -43,6 +42,7 @@ jobs: .github/workflows/issues-stale.yml, .github/workflows/yaml-lint.yml patterns_to_remove: >- + .github/dependabot.yml, .github/workflows/autoupdate.yml, .github/workflows/autoupdate-labeler.yml, .github/workflows/pull-requests.yml