diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 414f646e80..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# docs: 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: "weekly" - day: "sunday" - commit-message: - prefix: "chore(deps):" -