From 22f09f1f30bcf71b2f1af59705da269bc625e38a Mon Sep 17 00:00:00 2001 From: aditirao7 Date: Wed, 15 Dec 2021 13:16:28 +0530 Subject: [PATCH] Added dependabot config --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..540003cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "docker" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "pip" # See documentation for possible values + directory: "/azure-quantum/" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "pip" # See documentation for possible values + directory: "/qdk/" # Location of package manifests + schedule: + interval: "daily" + +