From 3a33229bb9811c11993640809ed53262a4b47a91 Mon Sep 17 00:00:00 2001 From: Julien Moura Date: Wed, 30 Aug 2023 14:06:00 +0200 Subject: [PATCH] Add dependabot configuration --- .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 0000000..9327b14 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "/" + schedule: + interval: monthly + time: "17:00" + timezone: Europe/Paris + labels: + - dependencies + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + time: "22:00" + timezone: Europe/Paris + labels: + - ci-cd