Skip to content

Grouping GitHub Action updates in dependabot #49

@richadr

Description

@richadr

In practice, all action updates are merged together.

So dependabot can group everything in one PR.

Config change required:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
+    groups:
+      github-actions:
+        applies-to: "version-updates"

Acceptance criteria

  • group created in all repos

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions