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 6febef4 commit a64231dCopy full SHA for a64231d
.github/dependabot.yml
@@ -1,7 +1,12 @@
1
version: 2
2
+registries:
3
+ particular-packages:
4
+ type: nuget-feed
5
+ url: https://f.feedz.io/particular-software/packages/nuget/index.json
6
updates:
7
- package-ecosystem: nuget
8
directory: "/src"
9
+ registries: "*"
10
schedule:
11
interval: daily
12
open-pull-requests-limit: 1000
@@ -29,11 +34,6 @@ updates:
29
34
30
35
31
36
32
-- package-ecosystem: "docker"
33
- directory: "/src/ServicePulse"
- schedule:
- interval: daily
- open-pull-requests-limit: 1000
37
- package-ecosystem: "npm"
38
directory: "/src/Frontend"
39
0 commit comments