diff --git a/.github/depandabot.yaml b/.github/dependabot.yaml similarity index 53% rename from .github/depandabot.yaml rename to .github/dependabot.yaml index 9b094c2..87c2467 100644 --- a/.github/depandabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,11 @@ -version: 2 -updates: - - package-ecosystem: "yarn" - directories: - - "." - schedule: - interval: "weekly" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] \ No newline at end of file +version: 2 +updates: + - package-ecosystem: "npm" + directories: + - "." + schedule: + interval: "weekly" + target-branch: "develop" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]