diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 3368c033..00000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 1 -update_configs: - - package_manager: 'javascript' - directory: '/' - update_schedule: 'live' - - automerged_updates: - - match: - update_type: 'security:patch' diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..a6fc8b84 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "08:00" + timezone: Europe/Moscow + open-pull-requests-limit: 10