From 1027417f5592acd435a84bdefe4dd68a9fab1df3 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 31 Jan 2024 11:12:28 -0500 Subject: [PATCH] ci: group dependabot updates (#955) Reduces dependabot spam, and actually helps with linked actions (like upload/download artifact v4 not being compatible with v3). See https://github.com/scientific-python/cookie/pull/348. --------- Signed-off-by: Henry Schreiner Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ bench/plot.ipynb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9ecf576e..8b13673c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions: + patterns: + - "*" diff --git a/bench/plot.ipynb b/bench/plot.ipynb index 15eb69575..3af8f6c08 100644 --- a/bench/plot.ipynb +++ b/bench/plot.ipynb @@ -1,5 +1,5 @@ { - "cells": [ + "cells": [ { "cell_type": "code", "execution_count": 9,