Skip to content

Commit fde2a38

Browse files
Merge pull request #554 from wlemkows/add-dependabot
Dependabot configuration changes
2 parents d970b9b + db061eb commit fde2a38

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ updates:
55
directory: "/third_party" # Location of package manifests
66
schedule:
77
interval: "daily"
8-
# Run only required security updates
9-
open-pull-requests-limit: 0
8+
groups:
9+
pip-dependencies:
10+
applies-to: version-updates
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)