Skip to content

Commit

Permalink
Merge pull request #383 from synyx/dependabot-grouping
Browse files Browse the repository at this point in the history
Combine dependabot PRs
  • Loading branch information
fheft authored Nov 4, 2024
2 parents ca563d0 + 572e4cd commit 935757a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ updates:
labels:
- "dependencies"
- "javascript"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
node:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
Expand All @@ -15,6 +21,12 @@ updates:
labels:
- "dependencies"
- "go"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
go:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -23,3 +35,9 @@ updates:
labels:
- "dependencies"
- "github_actions"
groups:
# Group all updates together, so that they are all applied in a single PR.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"

0 comments on commit 935757a

Please sign in to comment.