From 76e23273b70e71f35979b7da052b5496c3d6e220 Mon Sep 17 00:00:00 2001 From: prithviulm <126987452+prithviulm@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:18:30 +0100 Subject: [PATCH] Create dependabot.yml Let's see if this works out for us --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9616177c5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: pip + directory: "/" + schedule: + interval: "weekly" + groups: + python-packages: + patterns: + - "*"