Skip to content

Commit c8f72c9

Browse files
committed
[TASK] Update dependabot.yml config
1 parent bf0d242 commit c8f72c9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
22

33
version: 2
4-
54
updates:
6-
- package-ecosystem: composer
5+
- package-ecosystem: "github-actions"
76
directory: "/"
87
open-pull-requests-limit: 5
98
schedule:
10-
interval: weekly
9+
interval: "monthly"
10+
commit-message:
11+
prefix: "[TASK] "
1112

12-
- package-ecosystem: github-actions
13+
- package-ecosystem: "composer"
1314
directory: "/"
1415
open-pull-requests-limit: 5
1516
schedule:
16-
interval: monthly
17+
interval: "daily"
18+
allow:
19+
- dependency-type: "development"
20+
versioning-strategy: "increase"
21+
commit-message:
22+
prefix: "[TASK] "

0 commit comments

Comments
 (0)