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 8807590 commit 14ddb8e
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 @@ -20,6 +20,7 @@
"bootstrapper",
"classlib",
"codeql",
"devcontainers",
"diag",
"globbing",
"gpgsign",
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 14ddb8e

Please sign in to comment.