Skip to content

Commit ed4197a

Browse files
authored
Sync Dependabot with RepoStandards except for npm ecosystem (#2247)
1 parent 6febef4 commit ed4197a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
version: 2
2+
registries:
3+
particular-packages:
4+
type: nuget-feed
5+
url: https://f.feedz.io/particular-software/packages/nuget/index.json
26
updates:
37
- package-ecosystem: nuget
48
directory: "/src"
9+
registries: "*"
510
schedule:
611
interval: daily
712
open-pull-requests-limit: 1000
@@ -29,11 +34,6 @@ updates:
2934
schedule:
3035
interval: daily
3136
open-pull-requests-limit: 1000
32-
- package-ecosystem: "docker"
33-
directory: "/src/ServicePulse"
34-
schedule:
35-
interval: daily
36-
open-pull-requests-limit: 1000
3737
- package-ecosystem: "npm"
3838
directory: "/src/Frontend"
3939
schedule:

0 commit comments

Comments
 (0)