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