Skip to content

Commit

Permalink
ci(renovate): exclude packages that wont be updated on main (#1081)
Browse files Browse the repository at this point in the history
## Proposed change

We won't be updating `zone.js` and `bootstrap` on Otter 9
This will be put back on Otter 10

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
fpaul-1A authored Nov 22, 2023
2 parents 75b7ff6 + d4c073d commit c6e479f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@
".yarn/sdks/**"
]
}
},
{
"matchPackageNames": [
"zone.js",
"bootstrap"
],
"enabled": false
}
]
}

0 comments on commit c6e479f

Please sign in to comment.