From 330685f4b82d756041d536a5e84bce9a05930fa6 Mon Sep 17 00:00:00 2001 From: "Robbin \"Roboroads\" Schepers" Date: Tue, 16 Jul 2024 21:34:48 +0200 Subject: [PATCH] chore: Try for grouping dependabot dependencies updates into 1 PR --- .github/dependabot.yml | 13 ++++++++----- .idea/git_toolbox_blame.xml | 6 ++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .idea/git_toolbox_blame.xml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b034f..d3121f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,20 @@ -# Dependabot configuration: -# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - # Maintain dependencies for Gradle dependencies - package-ecosystem: "gradle" directory: "/" target-branch: "main" schedule: interval: "daily" - # Maintain dependencies for GitHub Actions + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" target-branch: "main" schedule: interval: "daily" + groups: + all: + patterns: + - "*" diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml new file mode 100644 index 0000000..7dc1249 --- /dev/null +++ b/.idea/git_toolbox_blame.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file