Skip to content

Commit 65dcd99

Browse files
committed
Add /dagger to dependabot
Keep the Dagger modules up-to-date. Signed-off-by: SuperQ <[email protected]>
1 parent 0a90db7 commit 65dcd99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
- package-ecosystem: "gomod"
8+
directory: "/dagger"
9+
schedule:
10+
interval: "monthly"
711
- package-ecosystem: "gomod"
812
directory: "/examples/middleware"
913
schedule:

0 commit comments

Comments
 (0)