diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9de5303..e6d61303 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,25 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + ci: + patterns: + - "*" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + groups: + ci: + patterns: + - "*" ignore: - dependency-name: "hugo-extended" - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" + groups: + ci: + patterns: + - "*"