Skip to content

Commit

Permalink
🔧(renovate) ignore python dependencies
Browse files Browse the repository at this point in the history
Renovate service is trying to update the version of elasticsearch. Ashley can
only work with version 5 of elasticsearch. We create a dedicated package rule
in renovate's config to ignore this specific update.
  • Loading branch information
carofun committed Jun 10, 2021
1 parent dd0ae6c commit 4aca755
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"matchPackageNames": [
"bootstrap"
]
},
{
"enabled": false,
"groupName": "ignored python dependencies",
"matchManagers": ["setup-cfg"],
"matchPackageNames": [
"elasticsearch"
]
}
]
}

0 comments on commit 4aca755

Please sign in to comment.