From d3af937edb61fcb91b3380926c2c9ee6d3a97272 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Sun, 19 Mar 2023 13:51:38 +0000 Subject: [PATCH 1/3] adding dependabot config --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..7cfccc1264 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "docker" + directory: ".devcontainer" # + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "mlos_core" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "mlos_bench" + schedule: + interval: "weekly" From c6f7da29df3d47b85d73ebcd882d22d43c4447b8 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Sun, 19 Mar 2023 13:52:06 +0000 Subject: [PATCH 2/3] updates --- .github/dependabot.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cfccc1264..6ec36ea643 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,14 +6,10 @@ version: 2 updates: - package-ecosystem: "docker" - directory: ".devcontainer" # + directory: "/" schedule: interval: "weekly" - package-ecosystem: "pip" - directory: "mlos_core" - schedule: - interval: "weekly" - - package-ecosystem: "pip" - directory: "mlos_bench" + directory: "/" schedule: interval: "weekly" From 4ddaac74847971447f80055aae755959371aa24a Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Tue, 4 Apr 2023 18:43:59 +0000 Subject: [PATCH 3/3] updated depdabot config --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ec36ea643..fe4c0ce500 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,12 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "weekly" + interval: "daily" + assignees: + - "microsoft/mlos-committers" - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "daily" + assignees: + - "microsoft/mlos-committers"