Skip to content

Commit 8b432ef

Browse files
authored
Create dependabot.yml (#114)
1 parent 9f391a7 commit 8b432ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Dependabot config reference
2+
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: composer
7+
directory: /
8+
versioning-strategy: increase
9+
schedule:
10+
interval: weekly
11+
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)