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 9f206b0 commit 2aab0cfCopy full SHA for 2aab0cf
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "docker"
4
+ directories:
5
+ - "**/*"
6
+ schedule:
7
+ interval: "daily"
8
+ # This will prevent Dependabot from opening pull requests for normal updates also
9
+ # and will only open pull requests for security updates, which is limited to 10 max from Github side
10
+ # We can still see the alerts for normal updates in Github dependabot alerts.
11
+ open-pull-requests-limit: 0
12
+ - package-ecosystem: "gomod"
13
14
15
16
17
0 commit comments