From c66386c6fcbf8c7d453c856ca573926a8bacd78f Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Thu, 7 Nov 2024 09:39:58 +0530 Subject: [PATCH] chore: add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ .github/workflows/create-buld-url.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml 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