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'