Skip to content

Commit 2d6a828

Browse files
chore: dependabot
1 parent 04bcacf commit 2d6a828

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

6-
76
version: 2
87
updates:
9-
- package-ecosystem: "" # See documentation for possible values
8+
- package-ecosystem: "pip" # See documentation for possible values
109
directory: "/" # Location of package manifests
1110
schedule:
1211
interval: "weekly"
12+
- package-ecosystem: "docker"
13+
directory: "/" # Location of Dockerfile
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)