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 04bcacf commit 2d6a828Copy full SHA for 2d6a828
.github/dependabot.yml
@@ -3,10 +3,13 @@
3
# Please see the documentation for all configuration options:
4
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
6
-
7
version: 2
8
updates:
9
- - package-ecosystem: "" # See documentation for possible values
+ - package-ecosystem: "pip" # See documentation for possible values
10
directory: "/" # Location of package manifests
11
schedule:
12
interval: "weekly"
+ - package-ecosystem: "docker"
13
+ directory: "/" # Location of Dockerfile
14
+ schedule:
15
+ interval: "weekly"
0 commit comments