From 78b0c1eebaa755c55e6e40497962310575e5357c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 14:26:57 +0000 Subject: [PATCH] Update Dependabot config file --- .dependabot/config.yml | 20 -------------------- .github/dependabot.yml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 .dependabot/config.yml create mode 100644 .github/dependabot.yml diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index e914607..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 1 -update_configs: - - package_manager: "python" - directory: "/.github/workflows" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" - - package_manager: "python" - directory: "/" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" - - package_manager: "github_actions" - directory: "/" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..611069f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: '09:00' + open-pull-requests-limit: 10 +- package-ecosystem: pip + directory: "/.github/workflows" + schedule: + interval: daily + time: '09:00' + open-pull-requests-limit: 10 +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: '09:00' + open-pull-requests-limit: 10