From 81f15116da2132137254c6e14c66e78a1c31aeee Mon Sep 17 00:00:00 2001 From: Ryan Schmitt Date: Sat, 17 Jan 2026 12:02:41 -0800 Subject: [PATCH] Batch Dependabot updates on a monthly basis --- .github/dependabot.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6db5e610a9..2f3862942b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,21 +15,18 @@ # specific language governing permissions and limitations # under the License. -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. - version: 2 updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" + open-pull-requests-limit: 1 + groups: + all: + patterns: ["*"] - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" + open-pull-requests-limit: 1