Skip to content

Commit

Permalink
🌱 Group Dependabot updates for GitHub Actions and Dockerfiles (#1276)
Browse files Browse the repository at this point in the history
* group github action updates

Signed-off-by: Spencer Schrock <sschrock@google.com>

* group docker image updates

Signed-off-by: Spencer Schrock <sschrock@google.com>

* change docker to weekly

Signed-off-by: Spencer Schrock <sschrock@google.com>

---------

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Oct 10, 2023
1 parent cb50491 commit 28d0c92
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Expand Up @@ -3,20 +3,26 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"

groups:
github-actions:
patterns:
- "*"

# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: /
open-pull-requests-limit: 20
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: ":seedling:"
groups:
docker-images:
patterns:
- "*"

# Maintain dependencies for go
- package-ecosystem: "gomod"
Expand Down

0 comments on commit 28d0c92

Please sign in to comment.