Skip to content

Commit afe66c0

Browse files
psimsapsimsa-vista
andauthored
Bump up version, disable auto-merge (#62)
Co-authored-by: Pavel Simsa <[email protected]>
1 parent 0703a33 commit afe66c0

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

build/Build.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class Build : NukeBuild
9898
.Produces(ArtifactsDirectory / "*.nupkg")
9999
.Executes(() =>
100100
{
101-
var newMajor = 0;
102-
var newMinor = 8;
101+
var newMajor = 1;
102+
var newMinor = 0;
103103
var newPatch = DotnetDispatcherVersion?.Patch ?? 0 + 1;
104104

105105
if (DotnetDispatcherVersion != null)

renovate.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
],
66
"packageRules": [
77
{
8-
"matchUpdateTypes": [
9-
"patch",
10-
"pin",
11-
"digest",
12-
"minor"
13-
],
14-
"automerge": false
8+
"matchUpdateTypes": [
9+
"patch",
10+
"pin",
11+
"digest",
12+
"minor"
13+
],
14+
"automerge": false
15+
},
16+
{
17+
"matchManagers": [
18+
"github-actions"
19+
],
20+
"automerge": true
1521
}
1622
]
1723
}

0 commit comments

Comments
 (0)