Skip to content

Commit

Permalink
Disable PHP updates on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 18, 2023
1 parent 30347bf commit 5f779ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
{
"matchPackagePrefixes": ["phpunit/", "sebastian/", "brianium/"],
"groupName": "phpunit"
},
{
"matchPackageNames": ["thecodingmachine/php"],
"matchManagers": ["circleci"],
"enabled": false
}
]
}

0 comments on commit 5f779ae

Please sign in to comment.