diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c1a0f8..98e7144 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 updates: + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + ignore: + - dependency-name: "*Selenium*" + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: