Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 25, 2021
1 parent d9be988 commit 3e9c7bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a, < 10"
- dependency-name: symfony/console
versions:
- ">= 3.a, < 4"
- dependency-name: symfony/process
versions:
- ">= 5.a, < 6"
- dependency-name: symfony/yaml
versions:
- ">= 3.a, < 4"
- dependency-name: symfony/process
versions:
- 4.4.19

0 comments on commit 3e9c7bd

Please sign in to comment.