Skip to content

Commit 1742a4c

Browse files
authored
build: add dependabot cooldown and remove Microsoft.SourceLink.GitHub (#93)
1 parent 6f821e9 commit 1742a4c

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.OracleDatamodelMenu/PCAxis.Menu.OracleDatamodelMenu.csproj

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

1818
<ItemGroup>
1919
<PackageReference Include="log4net" Version="3.3.0" />
20-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageReference>
2420
<PackageReference Include="MinVer" Version="7.0.0">
2521
<PrivateAssets>all</PrivateAssets>
2622
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)