Skip to content

Commit

Permalink
ci: group dependabot updates (#955)
Browse files Browse the repository at this point in the history
Reduces dependabot spam, and actually helps with linked actions (like
upload/download artifact v4 not being compatible with v3).

See scientific-python/cookie#348.

---------

Signed-off-by: Henry Schreiner <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
henryiii and pre-commit-ci[bot] authored Jan 31, 2024
1 parent 295702f commit 1027417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion bench/plot.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"cell_type": "code",
"execution_count": 9,
Expand Down

0 comments on commit 1027417

Please sign in to comment.