Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore(ci): update dependabot config
Browse files Browse the repository at this point in the history
see creasico/laravel-package#69

Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Oct 29, 2023
1 parent 26bdb25 commit 5fb4bb7
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
version: 2

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
time: "22:00"
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
timezone: "Asia/Jakarta"
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
groups:
dependencies:
dependency-type: "production"
patterns: ['*']
dev-dependencies:
dependency-type: "development"
patterns: ['*']

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
timezone: "Asia/Jakarta"
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
groups:
dependencies:
patterns: ['*']

0 comments on commit 5fb4bb7

Please sign in to comment.