We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e5734 commit 555472bCopy full SHA for 555472b
.github/dependabot.yml
@@ -5,11 +5,23 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "nuget" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "nuget"
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
+ target-branch: "main"
13
14
15
16
17
+ target-branch: "branch-v1.7.0"
18
+ - package-ecosystem: "devcontainers"
19
20
schedule:
21
interval: "weekly"
22
23
- package-ecosystem: "devcontainers"
24
directory: "/"
25
26
27
0 commit comments