diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 696b5d7..97d7d38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + # Group updates for actions owned by GitHub into one PR: they often update + # them all at once to bump the Node.JS version. + github: + patterns: + - "actions/*" - package-ecosystem: "pip" directory: "/"