Skip to content

Commit d58fcc1

Browse files
committed
CI: automatic dependency updates with minimal notifications
1 parent 3b61b11 commit d58fcc1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- renovate/**
67
tags:
78
- 'v*'
89
pull_request:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- renovate/**
67
pull_request:
78
branches:
89
- master

codingteam.org.ru.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ProjectSection(SolutionItems) = preProject
1414
README.md = README.md
1515
CHANGELOG.md = CHANGELOG.md
1616
MAINTAINERSHIP.md = MAINTAINERSHIP.md
17+
renovate.json = renovate.json
1718
EndProjectSection
1819
EndProject
1920
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{339BA2DC-3628-4E8E-98CC-264B5A3625AA}"

renovate.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"automerge": true,
7+
"automergeType": "branch",
8+
"customManagers": [
9+
{
10+
"description": "Update the GitHub Actions runners.",
11+
"customType": "regex",
12+
"managerFilePatterns": [
13+
".github/workflows/*.yml"
14+
],
15+
"matchStrings": [
16+
"(?<depName>macos|ubuntu|windows)-(?<currentValue>[-\\w.\\d]+)"
17+
],
18+
"datasourceTemplate": "github-runners"
19+
}
20+
]
621
}

0 commit comments

Comments
 (0)