|
3 | 3 | # Please see the documentation for all configuration options: |
4 | 4 | # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
5 | 5 |
|
6 | | -version: 2 |
7 | | -updates: |
8 | | - - package-ecosystem: "nuget" # See documentation for possible values |
9 | | - directory: "/libraries/" # Location of package manifests |
10 | | - schedule: |
11 | | - interval: "weekly" |
12 | | - target-branch: "develop" |
13 | | - commit-message: |
14 | | - prefix: chore |
15 | | - include: scope |
16 | | - - package-ecosystem: "nuget" # See documentation for possible values |
17 | | - directory: "/examples/Idempotency/" # Location of package manifests |
18 | | - schedule: |
19 | | - interval: "weekly" |
20 | | - target-branch: "develop" |
21 | | - commit-message: |
22 | | - prefix: chore |
23 | | - include: scope |
24 | | - - package-ecosystem: "nuget" # See documentation for possible values |
25 | | - directory: "/examples/Logging/" # Location of package manifests |
26 | | - schedule: |
27 | | - interval: "weekly" |
28 | | - target-branch: "develop" |
29 | | - commit-message: |
30 | | - prefix: chore |
31 | | - include: scope |
32 | | - - package-ecosystem: "nuget" # See documentation for possible values |
33 | | - directory: "/examples/Metrics/" # Location of package manifests |
34 | | - schedule: |
35 | | - interval: "weekly" |
36 | | - target-branch: "develop" |
37 | | - commit-message: |
38 | | - prefix: chore |
39 | | - include: scope |
40 | | - - package-ecosystem: "nuget" # See documentation for possible values |
41 | | - directory: "/examples/Parameters/" # Location of package manifests |
42 | | - schedule: |
43 | | - interval: "weekly" |
44 | | - target-branch: "develop" |
45 | | - commit-message: |
46 | | - prefix: chore |
47 | | - include: scope |
48 | | - - package-ecosystem: "nuget" # See documentation for possible values |
49 | | - directory: "/examples/ServerlessApi/" # Location of package manifests |
50 | | - schedule: |
51 | | - interval: "weekly" |
52 | | - target-branch: "develop" |
53 | | - commit-message: |
54 | | - prefix: chore |
55 | | - include: scope |
56 | | - - package-ecosystem: "nuget" # See documentation for possible values |
57 | | - directory: "/examples/Tracing/" # Location of package manifests |
58 | | - schedule: |
59 | | - interval: "weekly" |
60 | | - target-branch: "develop" |
61 | | - commit-message: |
62 | | - prefix: chore |
63 | | - include: scope |
| 6 | +# Until there is support for Nuget central package management dependabot needs to be disabled |
| 7 | +# https://github.com/dependabot/dependabot-core/issues/4999 |
| 8 | + |
| 9 | +# version: 2 |
| 10 | +# updates: |
| 11 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 12 | +# directory: "/libraries/" # Location of package manifests |
| 13 | +# schedule: |
| 14 | +# interval: "weekly" |
| 15 | +# target-branch: "develop" |
| 16 | +# commit-message: |
| 17 | +# prefix: chore |
| 18 | +# include: scope |
| 19 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 20 | +# directory: "/examples/Idempotency/" # Location of package manifests |
| 21 | +# schedule: |
| 22 | +# interval: "weekly" |
| 23 | +# target-branch: "develop" |
| 24 | +# commit-message: |
| 25 | +# prefix: chore |
| 26 | +# include: scope |
| 27 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 28 | +# directory: "/examples/Logging/" # Location of package manifests |
| 29 | +# schedule: |
| 30 | +# interval: "weekly" |
| 31 | +# target-branch: "develop" |
| 32 | +# commit-message: |
| 33 | +# prefix: chore |
| 34 | +# include: scope |
| 35 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 36 | +# directory: "/examples/Metrics/" # Location of package manifests |
| 37 | +# schedule: |
| 38 | +# interval: "weekly" |
| 39 | +# target-branch: "develop" |
| 40 | +# commit-message: |
| 41 | +# prefix: chore |
| 42 | +# include: scope |
| 43 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 44 | +# directory: "/examples/Parameters/" # Location of package manifests |
| 45 | +# schedule: |
| 46 | +# interval: "weekly" |
| 47 | +# target-branch: "develop" |
| 48 | +# commit-message: |
| 49 | +# prefix: chore |
| 50 | +# include: scope |
| 51 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 52 | +# directory: "/examples/ServerlessApi/" # Location of package manifests |
| 53 | +# schedule: |
| 54 | +# interval: "weekly" |
| 55 | +# target-branch: "develop" |
| 56 | +# commit-message: |
| 57 | +# prefix: chore |
| 58 | +# include: scope |
| 59 | +# - package-ecosystem: "nuget" # See documentation for possible values |
| 60 | +# directory: "/examples/Tracing/" # Location of package manifests |
| 61 | +# schedule: |
| 62 | +# interval: "weekly" |
| 63 | +# target-branch: "develop" |
| 64 | +# commit-message: |
| 65 | +# prefix: chore |
| 66 | +# include: scope |
0 commit comments