Skip to content

Commit

Permalink
Merge pull request #342 from felddy/improvement/dependabot-groups
Browse files Browse the repository at this point in the history
Add groups to Dependabot ecosystems.

Forcing merge since the Docker fix has not yet arrived.
  • Loading branch information
felddy authored May 24, 2024
2 parents a7827e5 + 1fa177e commit 471f105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ updates:
- "bot :robot:"
- "dependencies :game_die:"
- "docker :whale:"
groups:
docker-all:
applies-to: "version-updates"
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -19,6 +24,11 @@ updates:
- "bot :robot:"
- "dependencies :game_die:"
- "github-actions :octocat:"
groups:
github-actions-all:
applies-to: "version-updates"
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -28,3 +38,8 @@ updates:
- "bot :robot:"
- "dependencies :game_die:"
- "python :snake:"
groups:
pip-all:
applies-to: "version-updates"
patterns:
- "*"

0 comments on commit 471f105

Please sign in to comment.