diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..ffba9ed264 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,41 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + versioning-strategy: auto + allow: + - dependency-type: "direct" + security-updates-only: true + + - package-ecosystem: "npm" + directory: "/api" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + versioning-strategy: auto + allow: + - dependency-type: "direct" + security-updates-only: true + + - package-ecosystem: "npm" + directory: "/client" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + versioning-strategy: auto + allow: + - dependency-type: "direct" + security-updates-only: true + + - package-ecosystem: "npm" + directory: "/packages/data-provider" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + versioning-strategy: auto + allow: + - dependency-type: "direct" + security-updates-only: true \ No newline at end of file