Skip to content

Commit 0ebd529

Browse files
committed
Introduce dependabot
1 parent 5328d43 commit 0ebd529

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"version": 2,
3+
"updates": [
4+
{
5+
"allow": [
6+
{
7+
"dependency-type": "all"
8+
}
9+
],
10+
"directory": "/",
11+
"package-ecosystem": "composer",
12+
"schedule": {
13+
"interval": "daily"
14+
},
15+
"versioning-strategy": "increase"
16+
},
17+
{
18+
"directory": "/",
19+
"package-ecosystem": "github-actions",
20+
"schedule": {
21+
"interval": "daily"
22+
}
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)