diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e924cb855..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 -updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 99 - target-branch: staging - allow: - - dependency-type: all -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 99 - target-branch: staging - allow: - - dependency-type: all