diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-11 19:29:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 19:29:38 +0900 |
| commit | a181c9cc017a6bd74a357194d792570b19623884 (patch) | |
| tree | a3c1fe4f158fa3f2002828085c9b404555b53dcf | |
| parent | 5cdf951643ccb99e828dd5ed4e6b7cc6eda3dd8d (diff) | |
| parent | 3faea5aa2148a79b9ead920f16a2340d54f2ac82 (diff) | |
Merge pull request #3248 from crobibero/dependabot2
Add dependabot
| -rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..0874cae2e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: weekly + time: '12:00' + open-pull-requests-limit: 10 + |
