From 6ee815f92207c4680aa1e77429086d04bbdd397b Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 15 Jun 2024 19:33:00 -0700 Subject: [PATCH] group dependabot updates to RF24 submodules in 1 PR Explicitly ignore pybind11 updates. This prevents dependabot from trying to merge un-released updates from pybind11 repo. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6386396..5e1f2f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,12 @@ updates: directory: "/" # Location of .gitmodules file schedule: interval: "weekly" + ignore: + - dependency-name: "pybind11" + groups: + actions: + patterns: + - "RF24*" - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows`