diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e2fb6cc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,34 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: "/" + schedule: + interval: monthly + groups: + composer-minor-patch: + update-types: + - minor + - patch + composer-major: + update-types: + - major + + - package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + groups: + npm-minor-patch: + update-types: + - minor + - patch + npm-major: + update-types: + - major + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + groups: + actions-all: {}