Skip to content

Commit a951bd6

Browse files
committed
feat: configure dependabot
With this we wish to automatically update all dependencies at this project every when the dependency is bumped. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5e0a028 commit a951bd6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for Composer
4+
- package-ecosystem: "composer" # See documentation for possible values
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "daily"

0 commit comments

Comments
 (0)