diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01a74f0..6e2c54b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,10 +29,10 @@ updates: - "node-fetch" test: patterns: - - "mocha" - - "chai" - - "@types/chai" - - "@types/mocha" + - "jest" + - "eslint" + - "@types/eslint" + - "@types/jest" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: @@ -44,5 +44,4 @@ updates: - package-ecosystem: "gitsubmodule" directory: "/" # Location of package manifests schedule: - interval: "weekly" - + interval: "weekly" \ No newline at end of file