Skip to content

Commit 3331872

Browse files
authored
Dependabot support (#866)
* Dependabot support * Update dependabot.yml Change interval check
1 parent 8810895 commit 3331872

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "composer"
7+
directory: "/web"
8+
schedule:
9+
interval: "monthly"
10+
labels:
11+
- "dependencies"
12+
assignees:
13+
- "Hackmastr"
14+
- "rumblefrog"
15+
- "Rushaway"
16+
commit-message:
17+
prefix: "Composer"
18+
include: "scope"
19+
rebase-strategy: "auto"

0 commit comments

Comments
 (0)