From 2923f3798fe6b2b62f397123248eba9f55fe1f51 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 11 Feb 2025 11:51:53 -0500 Subject: [PATCH] Add dependabot config Batch all updates (per ecosystem) into a single PR once a month. --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1f54a51 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + groups: + pip-packages: + patterns: + - "*"