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 a943bdd commit f85bc8aCopy full SHA for f85bc8a
{{cookiecutter.project_slug}}/.github/dependabot.yml
@@ -3,6 +3,10 @@ version: 2
3
updates:
4
- package-ecosystem: pip
5
directory: /
6
+ groups:
7
+ python:
8
+ patterns:
9
+ - "*"
10
schedule:
11
interval: daily
12
0 commit comments