diff --git a/.dependabot/config.yaml b/.dependabot/config.yaml new file mode 100644 index 00000000..2502bd72 --- /dev/null +++ b/.dependabot/config.yaml @@ -0,0 +1,23 @@ +version: 1 +update_configs: + # Keep requirements.txt files up-to-date in each package. + - package_manager: "python" + directory: "/dvp" + update_schedule: "daily" + target_branch: "develop" + - package_manager: "python" + directory: "/common" + update_schedule: "daily" + target_branch: "develop" + - package_manager: "python" + directory: "/platform" + update_schedule: "daily" + target_branch: "develop" + - package_manager: "python" + directory: "/libs" + update_schedule: "daily" + target_branch: "develop" + - package_manager: "python" + directory: "/tools" + update_schedule: "daily" + target_branch: "develop"