diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2022-10-21 14:23:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 14:23:16 +0200 |
| commit | dc529c11813410bd738afa753f58c24be699113d (patch) | |
| tree | 598b7b1d7e0f43de44c5230b6b8a31d271a7b7d9 /.github/dependabot.yml | |
| parent | c7cf1cbc3521657d3fa1619f187df632561d2528 (diff) | |
ci: Add updates for nuget packages to dependabot (#3786)
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3369e3a8..1516f8a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,15 @@ updates: - marysaka commit-message: prefix: "ci" + + - package-ecosystem: nuget + directory: / + open-pull-requests-limit: 5 + schedule: + interval: daily + labels: + - "infra" + reviewers: + - marysaka + commit-message: + prefix: nuget |
