diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7afeb2a..183afa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors +# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors # # SPDX-License-Identifier: BSL-1.0 @@ -8,6 +8,7 @@ on: push: branches: - master + - renovate/** tags: - v* pull_request: diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index c9ca3fe..62e3bee 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors +# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors # # SPDX-License-Identifier: BSL-1.0 @@ -8,6 +8,7 @@ on: push: branches: - master + - renovate/** pull_request: branches: - master diff --git a/github-actions.fsx b/github-actions.fsx index b93e8c8..1cf73f2 100644 --- a/github-actions.fsx +++ b/github-actions.fsx @@ -1,5 +1,5 @@ let licenseHeader = """ -# SPDX-FileCopyrightText: 2018-2025 tdlib.native contributors +# SPDX-FileCopyrightText: 2018-2026 tdlib.native contributors # # SPDX-License-Identifier: BSL-1.0 @@ -214,6 +214,7 @@ let workflows = [ header licenseHeader name "Main" onPushTo mainBranch + onPushTo "renovate/**" onPushTags "v*" onPullRequestTo mainBranch onSchedule(day = DayOfWeek.Monday) @@ -551,6 +552,7 @@ let workflows = [ header licenseHeader name "Maintenance" onPushTo mainBranch + onPushTo "renovate/**" onPullRequestTo mainBranch onSchedule(cron = "0 0 * * *") onWorkflowDispatch diff --git a/renovate.json b/renovate.json index 6a18d1f..5397d37 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "config:recommended" ], "automerge": true, + "automergeType": "branch", "packageRules": [ { "matchDatasources": ["github-runners"], diff --git a/renovate.json.license b/renovate.json.license index d8a4d40..a031e2e 100644 --- a/renovate.json.license +++ b/renovate.json.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024-2025 Friedrich von Never +SPDX-FileCopyrightText: 2024-2026 Friedrich von Never SPDX-License-Identifier: BSL-1.0