From 1c9ca9cd01079fb2fe6587a569513fe7704713dd Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 1 Aug 2024 13:06:17 -0400 Subject: [PATCH] Add dependabot config This will batch all updates into a single PR once a month. Dependabot was previously removed in 995639f406735aad111e2e863735b2ec6896a536 but this should be much less noisy than the previous setup. --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e91f24a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + groups: + npm-packages: + patterns: + - "*"