Skip to content

Commit

Permalink
Create Dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 20, 2021
1 parent 2495f16 commit 4bfbc9e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
- javascript

0 comments on commit 4bfbc9e

Please sign in to comment.