Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Dec 26, 2024
1 parent 2c23b60 commit c005f1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"CodeQL",
"counterclaim",
"cref",
"devcontainers",
"endgroup",
"errorlevel",
"Fluxzy",
Expand Down
20 changes: 16 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "nuget"
directory: "/"
schedule:
Expand All @@ -9,7 +25,3 @@ updates:
patterns:
- "xunit"
- "xunit.*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit c005f1e

Please sign in to comment.