Skip to content

Commit

Permalink
Configure Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Nov 29, 2023
1 parent 8b8d34b commit 1b1fbd1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/DEPENDABOT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 10
allow:
- dependency-type: direct
versioning-strategy: increase-if-necessary

- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 3
allow:
- dependency-type: direct
versioning-strategy: increase-if-necessary

0 comments on commit 1b1fbd1

Please sign in to comment.