diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 627273b..73aa037 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "./frontend/" # Location of package manifests + - package-ecosystem: "nuget" # See documentation for possible values + directory: "./Kemkas.Web/" # Location of package manifests schedule: interval: "weekly"