mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 22:23:59 +01:00
dependabot: group together common deps (#950)
Group together deps that are often updated together. - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
This commit is contained in:
parent
7ecafbe61d
commit
5671c6607c
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -9,3 +9,14 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
golang-x-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "golang.org/x/*"
|
||||||
|
zx2c4-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "golang.zx2c4.com/*"
|
||||||
|
protobuf-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "github.com/golang/protobuf"
|
||||||
|
- "google.golang.org/protobuf"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user