Skip to content

Commit d792146

Browse files
committed
refactor: renovate.json
1 parent aa159cd commit d792146

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

CSharp-OpenBMCLAPI/CSharp-OpenBMCLAPI.csproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,4 @@
2929
</None>
3030
</ItemGroup>
3131

32-
<ItemGroup>
33-
<Content Include="..\.github\CSharp-OpenBMCLAPI.png">
34-
<Link>Properties\.github\CSharp-OpenBMCLAPI.png</Link>
35-
</Content>
36-
<Content Include="..\.github\workflows\on-dev.yml">
37-
<Link>Properties\.github\workflows\on-dev.yml</Link>
38-
</Content>
39-
<Content Include="..\.github\workflows\on-release.yml">
40-
<Link>Properties\.github\workflows\on-release.yml</Link>
41-
</Content>
42-
<Content Include="..\.github\workflows\on-tag.yml">
43-
<Link>Properties\.github\workflows\on-tag.yml</Link>
44-
</Content>
45-
</ItemGroup>
46-
4732
</Project>

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"baseBranches": ["dev"]
6+
"baseBranches": ["master"]
77
}

0 commit comments

Comments
 (0)