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"