From cb5cc1903bc41e95afb4fdc379d52de9e0869cd0 Mon Sep 17 00:00:00 2001 From: gnikit Date: Mon, 15 Jan 2024 21:51:12 +0000 Subject: [PATCH] ci: add dependabot alters Fixes #130 --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f2f838a1d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + gh-actions: + patterns: + - "*" + + + # Check for updates Python updates via pip in case we pin a dependency + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + groups: + dev-dependencies: + patterns: + - "*"