Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
#
# SPDX-License-Identifier: BSL-1.0

Expand All @@ -8,6 +8,7 @@ on:
push:
branches:
- master
- renovate/**
tags:
- v*
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
#
# SPDX-License-Identifier: BSL-1.0

Expand All @@ -8,6 +8,7 @@ on:
push:
branches:
- master
- renovate/**
pull_request:
branches:
- master
Expand Down
4 changes: 3 additions & 1 deletion github-actions.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let licenseHeader = """
# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors <https://github.com/ForNeVeR/tdlib.native>
#
# SPDX-License-Identifier: BSL-1.0

Expand Down Expand Up @@ -214,6 +214,7 @@ let workflows = [
header licenseHeader
name "Main"
onPushTo mainBranch
onPushTo "renovate/**"
onPushTags "v*"
onPullRequestTo mainBranch
onSchedule(day = DayOfWeek.Monday)
Expand Down Expand Up @@ -551,6 +552,7 @@ let workflows = [
header licenseHeader
name "Maintenance"
onPushTo mainBranch
onPushTo "renovate/**"
onPullRequestTo mainBranch
onSchedule(cron = "0 0 * * *")
onWorkflowDispatch
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"config:recommended"
],
"automerge": true,
"automergeType": "branch",
"packageRules": [
{
"matchDatasources": ["github-runners"],
Expand Down
2 changes: 1 addition & 1 deletion renovate.json.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2024-2025 Friedrich von Never <friedrich@fornever.me>
SPDX-FileCopyrightText: 2024-2026 Friedrich von Never <friedrich@fornever.me>

SPDX-License-Identifier: BSL-1.0