Skip to content

Commit c39d6b5

Browse files
authored
ci: add docker ecosystem to dependabot.yml (#120)
1 parent 62fb8a9 commit c39d6b5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ updates:
77
# Check for cargo updates at 3am UTC
88
time: "03:00"
99
open-pull-requests-limit: 10
10+
- package-ecosystem: docker
11+
directories:
12+
- "*"
13+
schedule:
14+
interval: weekly
15+
cooldown:
16+
default-days: 7
17+
ignore:
18+
- dependency-name: "*"
19+
update-types:
20+
- "version-update:semver-major"

0 commit comments

Comments
 (0)