diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 845981f..76fff62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "/apps/infoalloggi" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "daily" #ignore: @@ -19,4 +19,5 @@ updates: # - dependency-name: "eslint-config-next" # versions: [">=14.2.23"] open-pull-requests-limit: 50 + versioning-strategy: increase