Skip to content

Commit

Permalink
chore: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Nov 7, 2024
1 parent 11e3c75 commit 6cac7ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions .github/workflows/create-buld-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and publish the ZIP build file
on:
pull_request:
types: [opened, synchronize, ready_for_review]
branches-ignore:
- 'update_dependencies'
jobs:
dev-zip:
name: Build ZIP and upload to s3
Expand Down

0 comments on commit 6cac7ce

Please sign in to comment.