Skip to content

Commit

Permalink
ci: Add dependabot (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 13, 2023
1 parent 7b74141 commit e2e3572
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

0 comments on commit e2e3572

Please sign in to comment.