Skip to content

Commit

Permalink
Merge pull request #67 from LinioIT/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
maruamallo authored Jul 1, 2021
2 parents 3f0bc8d + a72fa45 commit a3c6c60
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
registries:
git-gitlab-com:
type: git
url: https://gitlab.com
username: geoffrey-linio
password: "${{secrets.GIT_GITLAB_COM_PASSWORD}}"

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 99
versioning-strategy: lockfile-only
ignore:
- dependency-name: friendsofphp/php-cs-fixer
versions:
- 2.18.5
registries:
- git-gitlab-com

0 comments on commit a3c6c60

Please sign in to comment.