Skip to content

Commit

Permalink
Added dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 24, 2022
1 parent 50418cd commit a8bd109
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 42 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true
},
"platform": {
"php": "7.3"
},
"sort-packages": true
}
}
87 changes: 45 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8bd109

Please sign in to comment.