diff --git a/dependabot.yml b/dependabot.yml deleted file mode 100644 index d7ed3090..00000000 --- a/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# dependabot.yml file with -# customized schedule for version updates - -version: 2 -updates: - # Keep npm dependencies up to date - - package-ecosystem: "npm" - directory: "/" - # Check the npm registry for updates at 2am UTC - schedule: - interval: "daily" - time: "02:00"