Skip to content

Commit

Permalink
Merge pull request #64 from MarkEWaite/fix-renovate-syntax-error
Browse files Browse the repository at this point in the history
Fix renovate syntax error, migrate to recommended configuration
  • Loading branch information
strangelookingnerd authored Oct 23, 2024
2 parents 31e2987 + d2e37cf commit 88f403c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": [
"config:base",
"config:recommended",
":semanticCommitsDisabled"
],
"packageRules": [
"matchPackageNames": ["org.apache.httpcomponents.client5:http**"],
"allowedVersions": ["<5.4"]
{
"matchPackageNames": ["org.apache.httpcomponents.client5:http**"],
"allowedVersions": "<5.4"
}
],
"reviewers": [
"team:apache-httpcomponents-client-5-api-plugin-developers"
Expand Down

0 comments on commit 88f403c

Please sign in to comment.