Skip to content

Commit

Permalink
feat: set up dependabot for automated weekly dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and romm committed Jan 13, 2022
1 parent 39f0b71 commit 23b6113
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 2,
"updates": [
{
"allow": [
{
"dependency-type": "all"
}
],
"directory": "/",
"package-ecosystem": "composer",
"schedule": {
"interval": "weekly"
},
"versioning-strategy": "widen"
},
{
"directory": "/",
"package-ecosystem": "github-actions",
"schedule": {
"interval": "weekly"
}
},
]
}

0 comments on commit 23b6113

Please sign in to comment.