From 41d8d552655ffcbcb759c960ea60eddef1fb385d Mon Sep 17 00:00:00 2001 From: marcosschroh Date: Thu, 17 Oct 2024 15:07:30 +0200 Subject: [PATCH] ci: dependabot added --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..183efe40 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: weekly +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly