We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9051763 commit 978f479Copy full SHA for 978f479
.github/dependabot.yaml
@@ -1,7 +1,11 @@
1
version: 2
2
updates:
3
- package-ecosystem: "github-actions"
4
- directory: "/"
+ directory: "/.github/workflows"
5
+ schedule:
6
+ interval: "weekly"
7
+ - package-ecosystem: "devcontainer"
8
+ directory: "/.devcontainer"
9
schedule:
10
interval: "weekly"
11
- package-ecosystem: "dotnet-sdk"
0 commit comments