Skip to content

Commit

Permalink
Add groups to Dependabot ecosystems
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed May 24, 2024
1 parent a7827e5 commit 1fa177e
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 1fa177e

Please sign in to comment.