Skip to content

Commit 358356b

Browse files
picatzxepozz
andauthored
VLN-1347: fix missing-dependency-cooldown (#750)
Co-authored-by: picatz <14850816+picatz@users.noreply.github.com> Co-authored-by: Dmitrii Derepko <xepozz@list.ru>
1 parent 50511c2 commit 358356b

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+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
cooldown:
8+
default-days: 14
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
cooldown:
15+
default-days: 14

0 commit comments

Comments
 (0)