From 9a670d1b506269749e88bb1eba7741b37c0966c3 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Tue, 1 Oct 2024 14:56:09 +0200 Subject: [PATCH] chore: group dependabot updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3c4bdd7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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: "/" + open-pull-requests-limit: 1 + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + open-pull-requests-limit: 1 + schedule: + interval: "weekly"