Skip to content

Commit a0956f2

Browse files
committed
ci: setup dependabot
1 parent 7cb00af commit a0956f2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
allow:
5+
- dependency-type: all
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
open-pull-requests-limit: 1
10+
versioning-strategy: "increase-if-necessary"
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)