Skip to content

Commit 1e1cf36

Browse files
committed
Add dependabot
1 parent 4eda2c3 commit 1e1cf36

File tree

3 files changed

+3654
-1
lines changed

3 files changed

+3654
-1
lines changed

.dependabot/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 1
2+
3+
update_configs:
4+
- package_manager: php:composer
5+
directory: /
6+
update_schedule: live
7+
allowed_updates:
8+
- match:
9+
update_type: all
10+
automerged_updates:
11+
- match:
12+
update_type: all

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ vendor/
66
*.tar.gz
77
*.swp
88
*.log
9-
composer.lock
109

1110
### Codeception ###
1211
/codeception.yml

0 commit comments

Comments
 (0)