We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67382e commit c6fc569Copy full SHA for c6fc569
.github/dependabot.yml
@@ -6,9 +6,15 @@ updates:
6
- package-ecosystem: "nuget"
7
directory: "/"
8
schedule:
9
- interval: "weekly"
+ interval: "daily"
10
# Create a group of dependencies to be updated together in one pull request
11
groups:
12
- BenchmarkDotNet:
13
- patterns:
14
- - "BenchmarkDotNet*"
+ BenchmarkDotNet:
+ patterns:
+ - "BenchmarkDotNet*"
15
+
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/"
18
+ schedule:
19
+ # Check for updates to GitHub Actions every week
20
0 commit comments