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 and LeSuisse committed Nov 20, 2020
1 parent 1d288b0 commit 5f9a9ee
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

0 comments on commit 5f9a9ee

Please sign in to comment.