diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b20de05..153a7c8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Emulsion contributors +# SPDX-FileCopyrightText: 2024-2026 Emulsion contributors # # SPDX-License-Identifier: MIT @@ -7,6 +7,7 @@ on: push: branches: - master + - renovate/** tags: - 'v*' pull_request: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 240d99c..4601ee5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Emulsion contributors +# SPDX-FileCopyrightText: 2025=2026 Emulsion contributors # # SPDX-License-Identifier: MIT @@ -7,6 +7,7 @@ on: push: branches: - master + - renovate/** pull_request: branches: - master diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a23ed..e477921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Emulsion contributors +# SPDX-FileCopyrightText: 2025-2026 Emulsion contributors # # SPDX-License-Identifier: MIT @@ -7,6 +7,7 @@ on: push: branches: - master + - renovate/** tags: - 'v*' pull_request: diff --git a/renovate.json b/renovate.json index 60e14b9..6e82cfe 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "config:recommended" ], "automerge": true, + "automergeType": "branch", "customManagers": [ { "description": "Update the GitHub Actions runners.", diff --git a/renovate.json.license b/renovate.json.license index 7aff6be..b94eb5b 100644 --- a/renovate.json.license +++ b/renovate.json.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2024-2025 Emulsion contributors +SPDX-FileCopyrightText: 2024-2026 Emulsion contributors SPDX-License-Identifier: MIT