From 33257385bbd984ab79886ba8c5630b4bba6dcd26 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Mon, 6 Jan 2025 11:21:33 +0000 Subject: [PATCH] dependabot: Update GHA dependencies in groups This should reduce the number of PRs we have when there are many updates to GHA deps, not just for go.mod deps. Signed-off-by: Charlie Egan --- .github/dependabot.yml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f73772e1..acb8c898 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,21 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "monthly" - ignore: - # update OPA manually to bump version in README too - - dependency-name: "github.com/open-policy-agent/opa" - groups: - dependencies: - patterns: - - "*" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*" +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + ignore: + # update OPA manually to bump version in README too + - dependency-name: "github.com/open-policy-agent/opa" + groups: + dependencies: + patterns: + - "*"