We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d970b9b commit db061ebCopy full SHA for db061eb
.github/dependabot.yml
@@ -5,5 +5,8 @@ updates:
5
directory: "/third_party" # Location of package manifests
6
schedule:
7
interval: "daily"
8
- # Run only required security updates
9
- open-pull-requests-limit: 0
+ groups:
+ pip-dependencies:
10
+ applies-to: version-updates
11
+ patterns:
12
+ - "*"
0 commit comments