Skip to content

Commit

Permalink
🔧(renovate) ignore js dependencies bootstrap
Browse files Browse the repository at this point in the history
Renovate service is trying to upgrade the version of bootstrap. Ashley is not
configured yet to properly work with version 5 of bootstrap. There are
different breaking styles that need to be fixed first. We still want
renovate to work for other dependencies, so we explicitly exclude
bootstrap from the config of renovate.
  • Loading branch information
carofun committed Jun 10, 2021
1 parent 760e8ee commit dd0ae6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"extends": [
"github>openfun/renovate-configuration"
],
"packageRules": [
{
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": [
"bootstrap"
]
}
]
}

0 comments on commit dd0ae6c

Please sign in to comment.