We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09b719 commit e1404c4Copy full SHA for e1404c4
.github/dependabot.yml
@@ -4,16 +4,22 @@
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
version: 2
7
-registries: "*" # Give dependabot access to secrets so that codecov uploads work
8
-
9
updates:
10
- package-ecosystem: "pip" # See documentation for possible values
11
directory: "/" # Location of package manifests
12
schedule:
13
- interval: "weekly"
+ interval: "daily"
+ groups:
+ python-packages:
14
+ patterns:
15
+ - "*"
16
- package-ecosystem: "github-actions"
17
# Workflow files stored in the
18
# default location of `.github/workflows`
19
directory: "/"
20
21
22
23
+ github-actions:
24
25
0 commit comments