diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8febd3e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 + +updates: + # Composer dependencies - security updates only + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" + target-branch: "main" + commit-message: + prefix: "security" + include: "scope" + open-pull-requests-limit: 0 + allow: + - dependency-type: "all" + rebase-strategy: "auto"