Skip to content

Commit 5fcf890

Browse files
committed
update dependabot
1 parent 452412b commit 5fcf890

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/dependabot.yml

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
9+
- package-ecosystem: "docker"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
13+
814
- package-ecosystem: "pip"
9-
directory: "/" # Location of package manifests
15+
directory: "/"
1016
schedule:
1117
interval: "daily"

0 commit comments

Comments
 (0)