Skip to content

Commit

Permalink
Try tweaking dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JSn1nj4 committed Jul 13, 2024
1 parent a7ab85b commit 0af3a65
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 1
target-branch: 'develop'
versioning-strategy: lockfile-only
labels:
- dependencies
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 1
versioning-strategy: lockfile-only
target-branch: 'develop'
versioning-strategy: lockfile-only
labels:
- dependencies

0 comments on commit 0af3a65

Please sign in to comment.