Skip to content

Commit 2aab0cf

Browse files
Add dependabot yaml (#122)
1 parent 9f206b0 commit 2aab0cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directories:
14+
- "**/*"
15+
schedule:
16+
interval: "daily"
17+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)