From f3b92163ad5a94244ad823692b94126229e9c506 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Sat, 14 Oct 2023 18:08:46 +0300 Subject: [PATCH] =?UTF-8?q?ci(dependabot):=20=E2=AC=86=EF=B8=8F=20create?= =?UTF-8?q?=20dependabot.yml=20config=20for=20update=20github=20actions=20?= =?UTF-8?q?and=20python=20packages=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6de587d1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ⬆️ + # Python + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ⬆️