Skip to content

Commit 33139f5

Browse files
committed
Enable Dependabot for PHP and GitHub Actions
1 parent 3e7076c commit 33139f5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)