Skip to content

chore: use dependabot groups #8372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
matifali committed Jul 7, 2023
commit 9bf47c2ec6314dcd3c49b6d0c40744b9f3e02f1b
23 changes: 11 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ updates:
groups:
github-actions:
patterns:
- "*"
- "*"

- package-ecosystem: "gomod"
directory: "/"
schedule:
Expand Down Expand Up @@ -65,7 +65,7 @@ updates:
groups:
docker:
patterns:
- "*"
- "*"
- package-ecosystem: "npm"
directory: "/site/"
schedule:
Expand All @@ -90,8 +90,8 @@ updates:
groups:
site:
patterns:
- "*"
- "*"

- package-ecosystem: "terraform"
directory: "/examples/templates"
schedule:
Expand All @@ -107,8 +107,8 @@ updates:
groups:
terraform:
patterns:
- "*"
- "*"

# Update dogfood.
- package-ecosystem: "docker"
directory: "/dogfood/"
Expand All @@ -119,9 +119,9 @@ updates:
commit-message:
prefix: "chore"
groups:
docker:
patterns:
- "*"
docker:
patterns:
- "*"

- package-ecosystem: "terraform"
directory: "/dogfood/"
Expand All @@ -135,5 +135,4 @@ updates:
groups:
terraform:
patterns:
- "*"

- "*"