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 c66386c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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: 1 addition & 1 deletion .github/workflows/create-buld-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c66386c

Please sign in to comment.