From e04c93d43110bf214bfde775cb644008f656be64 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Mon, 12 Jan 2026 22:05:18 +0100 Subject: [PATCH] CI: less notifications on dependency update --- .github/workflows/docker.yml | 3 ++- .github/workflows/main.yml | 3 ++- .github/workflows/release.yml | 3 ++- renovate.json | 1 + renovate.json.license | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b20de051..153a7c86 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 240d99c5..4601ee51 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 45a23edc..e4779219 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 60e14b9c..6e82cfe7 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 7aff6be1..b94eb5b0 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