Skip to content

Commit e1404c4

Browse files
authored
Update dependabot.yml
1 parent c09b719 commit e1404c4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/dependabot.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
registries: "*" # Give dependabot access to secrets so that codecov uploads work
8-
97
updates:
108
- package-ecosystem: "pip" # See documentation for possible values
119
directory: "/" # Location of package manifests
1210
schedule:
13-
interval: "weekly"
11+
interval: "daily"
12+
groups:
13+
python-packages:
14+
patterns:
15+
- "*"
1416
- package-ecosystem: "github-actions"
1517
# Workflow files stored in the
1618
# default location of `.github/workflows`
1719
directory: "/"
1820
schedule:
19-
interval: "weekly"
21+
interval: "daily"
22+
groups:
23+
github-actions:
24+
patterns:
25+
- "*"

0 commit comments

Comments
 (0)