There was an error while loading. Please reload this page.
2 parents af1e3e1 + 83e8607 commit 4544c79Copy full SHA for 4544c79
1 file changed
.github/dependabot.yml
@@ -1,16 +1,23 @@
1
version: 2
2
updates:
3
-- package-ecosystem: npm
+- package-ecosystem: composer
4
directory: "/"
5
schedule:
6
interval: daily
7
time: "04:00"
8
open-pull-requests-limit: 10
9
target-branch: dev
10
-- package-ecosystem: composer
+- package-ecosystem: github-actions
11
12
13
14
15
16
17
+- package-ecosystem: npm
18
+ directory: "/"
19
+ schedule:
20
+ interval: daily
21
+ time: "04:00"
22
+ open-pull-requests-limit: 10
23
+ target-branch: dev
0 commit comments