From bbad5962a387cdbf7a8e01dbb12e6e59fb33965f Mon Sep 17 00:00:00 2001 From: Particular Bot Date: Mon, 9 Nov 2020 12:05:43 +0100 Subject: [PATCH] GitHubSync update (#717) --- .github/dependabot.yml | 8 ++++++++ .github/stale.yaml | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/stale.yaml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0afa38f89 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 diff --git a/.github/stale.yaml b/.github/stale.yaml new file mode 100644 index 000000000..83ec83afa --- /dev/null +++ b/.github/stale.yaml @@ -0,0 +1,12 @@ +# Configuration for probot-stale - https://github.com/probot/stale +only: pulls +daysUntilStale: 30 +daysUntilClose: 7 +exemptLabels: + - dependencies +staleLabel: stale +markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +limitPerRun: 30 \ No newline at end of file