Skip to content

Commit

Permalink
HSEARCH-4674 Use groups for Docker updates in Dependabot config and G…
Browse files Browse the repository at this point in the history
…itHub Actions workflows
  • Loading branch information
yrodiere authored and marko-bekhta committed Nov 8, 2023
1 parent d777892 commit 16a0d19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ updates:
interval: "weekly"
day: "tuesday"
assignees: ["yrodiere"]
groups:
# This group combines all build containers dependencies.
build-containers:
patterns:
# Include all:
- "*"
- package-ecosystem: "docker"
registries:
- dockerhub
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ on:
# we'll reject such dependant PRs and send a PR ourselves.
- '!dependabot/**'
- 'dependabot/maven/build-dependencies-**'
- 'dependabot/docker/build-containers-**'
- 'dependabot/docker/database-containers-**'

concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
Expand Down

0 comments on commit 16a0d19

Please sign in to comment.