From 61c0fae0a89a944b04e6a470d69eafba41168485 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Fri, 22 Aug 2025 10:04:30 +0300 Subject: [PATCH] chore(maintenance): add dependabot.yml Signed-off-by: Oleksander Piskun --- .github/dependabot.yml | 21 +++++++++++++++++++++ .github/triage-issue-bot-config.yml | 16 ---------------- 2 files changed, 21 insertions(+), 16 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/triage-issue-bot-config.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..803409ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + +version: 2 +updates: + - package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 5 diff --git a/.github/triage-issue-bot-config.yml b/.github/triage-issue-bot-config.yml deleted file mode 100644 index 5bed6584..00000000 --- a/.github/triage-issue-bot-config.yml +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors -# SPDX-License-Identifier: MIT -triage: - first_ping_after_days: 7 # days to triage without reminder - repeat_every_days: 7 # repeat reminder after X days - escalation_ping: 3 # on which reminder it will be escalated - escalation_mentions: - - "@DaphneMuller" - -question: - reminder_after_days: 7 # days to remove "question" tag, and apply tag to mark the issue as available to close. - missing_info_label: "missing information" - maintainers_allowlist: # their comments DO NOT clear the "question" label - - "oleksandr-nc" - - "kyteinsky" - - "andrey18106"