diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b1ae0eee --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + versioning-strategy: increase + schedule: + interval: "daily" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + rebase-strategy: "auto" diff --git a/package.json b/package.json index 1caa9914..113b6731 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "", "scripts": { "commit": "git-cz", - "lint": "eslint . --ext .json", + "lint": "eslint ./apps --ext .json", "test": "jest", "prepare": "husky install" },