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 0831793 commit b39b2f5Copy full SHA for b39b2f5
.github/dependabot.yml .github/dependabot.yaml.github/dependabot.yml renamed to .github/dependabot.yaml
@@ -8,16 +8,9 @@ updates:
8
interval: "monthly"
9
time: "09:00"
10
timezone: "Europe/Oslo"
11
-
+
12
- package-ecosystem: "nuget"
13
- directory: "/build"
14
- schedule:
15
- interval: "monthly"
16
- time: "09:00"
17
- timezone: "Europe/Oslo"
18
19
- - package-ecosystem: "nuget"
20
- directory: "/src"
+ directory: "/src"
21
schedule:
22
23
@@ -28,4 +21,3 @@ updates:
28
all:
29
patterns:
30
- "*"
31
0 commit comments