Skip to content

Commit 6f7c41f

Browse files
authored
Add Docker package to dependabot config (#663)
1 parent 375beae commit 6f7c41f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ updates:
66
interval: "monthly"
77
commit-message:
88
prefix: "🌱"
9-
- package-ecosystem: "github-actions"
9+
- package-ecosystem: "docker"
1010
directory: "/"
1111
schedule:
12-
interval: "monthly"
13-
# DependaBot does not open a pull request to update the version of GH actions, only security updates.
14-
# TSCCR is responsible for opening a pull request to update the version of GH actions.
15-
open-pull-requests-limit: 0
12+
interval: "weekly"
1613
commit-message:
17-
prefix: "🤖"
14+
prefix: "🐳"

0 commit comments

Comments
 (0)