Skip to content

Commit f96846a

Browse files
committed
feat: Add Docker and NuGet updates for quotes-analytics to dependabot configuration
1 parent 85c5d16 commit f96846a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ updates:
2222
directory: "/quotes-loadgen"
2323
schedule:
2424
interval: "monthly"
25+
- package-ecosystem: "docker"
26+
directory: "/quotes-analytics"
27+
schedule:
28+
interval: "monthly"
2529
# gradle
2630
- package-ecosystem: "gradle"
2731
directory: "/quotes-backend"
@@ -45,3 +49,12 @@ updates:
4549
directory: "/quotes-loadgen"
4650
schedule:
4751
interval: "monthly"
52+
# nuget
53+
- package-ecosystem: "nuget"
54+
directory: "/quotes-analytics"
55+
schedule:
56+
interval: "monthly"
57+
groups:
58+
quotes-analytics-nuget:
59+
patterns:
60+
- "*"

0 commit comments

Comments
 (0)