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 6d38a79 commit df1fe76Copy full SHA for df1fe76
.github/dependabot.yml
@@ -4,8 +4,23 @@
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
version: 2
6
updates:
7
- - package-ecosystem: "" # See documentation for possible values
8
- directory: "/" # Location of package manifests
+ # Configuration for Dockerfile
+ - package-ecosystem: "docker"
9
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
+ # Disable all pull requests for Docker dependencies
13
+ open-pull-requests-limit: 0
14
+ - package-ecosystem: gomod
15
+ directory: /
16
+ schedule:
17
+ interval: weekly
18
+ - package-ecosystem: github-actions
19
20
21
22
23
+ directory: /tests
24
25
26
#
0 commit comments