Skip to content

Commit c6fc569

Browse files
authored
dependabot.yml: Add github-actions (#47)
1 parent f67382e commit c6fc569

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ updates:
66
- package-ecosystem: "nuget"
77
directory: "/"
88
schedule:
9-
interval: "weekly"
9+
interval: "daily"
1010
# Create a group of dependencies to be updated together in one pull request
1111
groups:
12-
BenchmarkDotNet:
13-
patterns:
14-
- "BenchmarkDotNet*"
12+
BenchmarkDotNet:
13+
patterns:
14+
- "BenchmarkDotNet*"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
# Check for updates to GitHub Actions every week
20+
interval: "daily"

0 commit comments

Comments
 (0)