From c2ca21c6b2abc3da28f38f37be16f4e62ed177c3 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:14:34 +0100 Subject: [PATCH] Group dflook action bumps (#421) --- .github/dependabot.template.yml | 6 ++++++ .github/dependabot.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/dependabot.template.yml b/.github/dependabot.template.yml index 20e6632ca..1b19997f4 100644 --- a/.github/dependabot.template.yml +++ b/.github/dependabot.template.yml @@ -7,6 +7,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + # https://github.com/dflook/terraform-github-actions + # multiple action always released together + dflook: + patterns: + - "dflook/*" - package-ecosystem: "pip" directory: "/.github/actions/pipenv" schedule: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4135c542b..bc7b78ac2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + # https://github.com/dflook/terraform-github-actions + # multiple action always released together + dflook: + patterns: + - "dflook/*" - package-ecosystem: "pip" directory: "/.github/actions/pipenv" schedule: