From 82d5acb93f36473b691411481bc022a0ff5c9d3b Mon Sep 17 00:00:00 2001 From: poma Date: Tue, 15 Dec 2020 22:40:44 +0300 Subject: [PATCH] rm dependabot --- .github/dependabot.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ed8d424..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 2 -updates: -# Fetch and update latest `npm` packages -- package-ecosystem: npm - directory: '/' - schedule: - interval: daily - time: '00:00' - open-pull-requests-limit: 10 - reviewers: - - rstormsf - assignees: - - rstormsf - commit-message: - prefix: fix - prefix-development: chore - include: scope -# Fetch and update latest `github-actions` pkgs -- package-ecosystem: github-actions - directory: '/' - schedule: - interval: daily - time: '00:00' - open-pull-requests-limit: 10 - reviewers: - - rstormsf - assignees: - - rstormsf - commit-message: - prefix: fix - prefix-development: chore - include: scope