Skip to content

Commit

Permalink
group dependabot updates to RF24 submodules in 1 PR
Browse files Browse the repository at this point in the history
Explicitly ignore pybind11 updates.
This prevents dependabot from trying to
merge un-released updates from pybind11 repo.
  • Loading branch information
2bndy5 committed Jun 16, 2024
1 parent f15327e commit 6ee815f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6ee815f

Please sign in to comment.