Skip to content

Commit e04c93d

Browse files
committed
CI: less notifications on dependency update
1 parent 992a11a commit e04c93d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
# SPDX-FileCopyrightText: 2024-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22
#
33
# SPDX-License-Identifier: MIT
44

@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- renovate/**
1011
tags:
1112
- 'v*'
1213
pull_request:

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
# SPDX-FileCopyrightText: 2025=2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22
#
33
# SPDX-License-Identifier: MIT
44

@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- renovate/**
1011
pull_request:
1112
branches:
1213
- master

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
# SPDX-FileCopyrightText: 2025-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22
#
33
# SPDX-License-Identifier: MIT
44

@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- renovate/**
1011
tags:
1112
- 'v*'
1213
pull_request:

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"config:recommended"
55
],
66
"automerge": true,
7+
"automergeType": "branch",
78
"customManagers": [
89
{
910
"description": "Update the GitHub Actions runners.",

renovate.json.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SPDX-FileCopyrightText: 2024-2025 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
SPDX-FileCopyrightText: 2024-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22

33
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)