mirror of
https://github.com/mandiant/capa.git
synced 2026-01-21 00:43:20 -08:00
Merge pull request #2824 from Maijin/patch-1
Group pyasn modules and vivisect in dependabot.yml
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -4,6 +4,12 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
pyasn1-updates:
|
||||
patterns:
|
||||
- "pyasn1"
|
||||
- "pyasn1-modules"
|
||||
- "vivisect"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
|
||||
Reference in New Issue
Block a user