Skip to content

Commit

Permalink
Merge pull request containerd#3184 from AkihiroSuda/dependabot-groups
Browse files Browse the repository at this point in the history
Dependabot: add groups
  • Loading branch information
fahedouch authored Jul 6, 2024
2 parents 95a5fca + e0248a4 commit a017833
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
groups:
golang-x:
patterns:
- "golang.org/x/*"
moby-sys:
patterns:
- "github.com/moby/sys/*"
docker:
patterns:
- "github.com/docker/docker"
- "github.com/docker/cli"
containerd:
patterns:
- "github.com/containerd/containerd"
- "github.com/containerd/containerd/api"
stargz:
patterns:
- "github.com/containerd/stargz-snapshotter"
- "github.com/containerd/stargz-snapshotter/estargz"
- "github.com/containerd/stargz-snapshotter/ipfs"

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit a017833

Please sign in to comment.