Skip to content

Commit

Permalink
Separated updates for package and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 2, 2023
1 parent 788daea commit 5e241ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
open-pull-requests-limit: 20

- package-ecosystem: nuget
directory: "/net"
directory: "/net/Selema"
#avoid major updates of frameworks to avoid deprecation warning
ignore:
- dependency-name: "Selenium.WebDriver"
Expand All @@ -26,6 +26,14 @@ updates:
day: friday
open-pull-requests-limit: 20

- package-ecosystem: nuget
directory: "/net/SelemaTest"
#tests run using the latest framework
schedule:
interval: weekly
day: friday
open-pull-requests-limit: 20

- package-ecosystem: maven
directory: "/samples/samples-selema-junit4"
schedule:
Expand Down
4 changes: 0 additions & 4 deletions net/SelemaTest/SelemaTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />

<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand All @@ -19,8 +17,6 @@
<PackageReference Include="NUnit" Version="3.14.0" />

<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<PackageReference Include="Selenium.WebDriver" Version="4.15.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e241ab

Please sign in to comment.