From d5bfb65aa9273ca1da442441e702e983bf9269d6 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Wed, 21 Jun 2023 06:11:36 -0700 Subject: [PATCH] chore(repo): remove dependabot (#332) this commit removes depenabot, in favor of introducing renovate in https://github.com/ionic-team/stencil-sass/pull/330 --- .github/dependabot.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index f7ec2f0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - open-pull-requests-limit: 5 - # Disable rebasing for pull requests, as having several open pull requests all get simultaneously rebased gets - # noisy from a notification standpoint - rebase-strategy: "disabled" - ignore: - - dependency-name: "@types/node" - versions: [">=21"] - - dependency-name: "typescript" - versions: [">=4.10", ">=5.0"] - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'daily'