Skip to content

Commit

Permalink
chore(deps): Add more dependabot groups (vectordotdev#18719)
Browse files Browse the repository at this point in the history
* chore: Add more dependabot groups

* Exclude the dependabot.yml file from spell checking

* Fix dependabot yaml path
  • Loading branch information
bruceg committed Sep 29, 2023
1 parent 737f5c3 commit d0e605e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
\.zst$
^\.github/actions/spelling/
^\Q.cargo/config.toml\E$
^\Q.github/dependabot.yml\E$
^\Q.github/workflows/gardener_issue_comment.yml\E$
^\Q.github/workflows/spelling.yml\E$
^\Qbenches/codecs/moby_dick.txt\E$
Expand Down
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@ updates:
prefix: "chore(deps)"
open-pull-requests-limit: 100
groups:
amq:
patterns:
- "amq-*"
aws:
patterns:
- "aws-*"
azure:
patterns:
- "azure_*"
clap:
patterns:
- "clap*"
phf:
patterns:
- "phf*"
prost:
patterns:
- "prost"
Expand All @@ -22,6 +34,12 @@ updates:
patterns:
- "tonic"
- "tonic-*"
wasm-bindgen:
patterns:
- "wasm-bindgen-*"
zstd:
patterns:
- "zstd*"
- package-ecosystem: "docker"
directory: "/distribution/docker/"
schedule:
Expand Down

0 comments on commit d0e605e

Please sign in to comment.