From e6327af4d641dd744c71eabbfcd5918fdb0e8f7e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 14 Aug 2022 12:50:52 -0400 Subject: [PATCH 1/2] feat: add dependabot config for updating dockerfile automatically --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..279e65a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" From ee0c0908fcc28d95d99deb4224743eec8d96aa06 Mon Sep 17 00:00:00 2001 From: Joao M Date: Mon, 15 Aug 2022 13:03:39 -0500 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 279e65a..fff4485 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"