Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07eae01

Browse files
authored
build: add dependabot cooldown and remove Microsoft.SourceLink.GitHub (#81)
1 parent 07b8d8a commit 07eae01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ updates:
1414
applies-to: version-updates
1515
update-types:
1616
- "minor"
17+
cooldown:
18+
default-days: 9
1719

1820
- package-ecosystem: "github-actions"
1921
directory: "/"
2022
schedule:
2123
interval: "weekly"
24+
cooldown:
25+
default-days: 9

PCAxis.Menu/PCAxis.Menu.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="log4net" Version="3.3.0" />
22-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
23-
<PrivateAssets>all</PrivateAssets>
24-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25-
</PackageReference>
2622
<PackageReference Include="MinVer" Version="7.0.0">
2723
<PrivateAssets>all</PrivateAssets>
2824
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)