From 6e9d4767f684c4f61768fc3356d61b748a47c06d Mon Sep 17 00:00:00 2001 From: budtmo Date: Fri, 14 Jul 2023 12:17:33 +0200 Subject: [PATCH] Added dependabot to update dependencies --- .github/dependabot.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2508219 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,40 @@ +version: 2 +updates: +- package-ecosystem: docker + directory: "/docker" + schedule: + interval: daily + time: '01:00' + timezone: "Europe/Berlin" + commit-message: + prefix: "[docker] " + target-branch: "master" + open-pull-requests-limit: 99 + reviewers: + - "budtmo" + +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: '01:00' + timezone: "Europe/Berlin" + commit-message: + prefix: "[pip] " + target-branch: "master" + open-pull-requests-limit: 99 + reviewers: + - "budtmo" + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: '01:00' + timezone: "Europe/Berlin" + commit-message: + prefix: "[github-action] " + target-branch: "master" + open-pull-requests-limit: 99 + reviewers: + - "budtmo"