diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ac627d8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10 + target-branch: development +- package-ecosystem: composer + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10 + target-branch: development diff --git a/.github/workflows/create-buld-url.yml b/.github/workflows/create-buld-url.yml index 3e58e0a..4787180 100644 --- a/.github/workflows/create-buld-url.yml +++ b/.github/workflows/create-buld-url.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, synchronize, ready_for_review] branches-ignore: - - 'update_dependencies' + - 'dependabot/**' jobs: dev-zip: name: Build ZIP and upload to s3