Skip to content

Commit

Permalink
chore: disable renovate updates for eslint-packages (#2556)
Browse files Browse the repository at this point in the history
Reason: breaks until migration to v9, and may be replaced by oxlint in
the relatively near future

<!--
☝️ PR title should follow conventional commits
(https://conventionalcommits.org).
In particular, the title should start with one of the following types:

- docs: 📖 Documentation (updates to the documentation or readme)
- fix: 🐞 Bug fix (a non-breaking change that fixes an issue)
- feat: ✨ New feature/enhancement (a non-breaking change that adds
functionality or improves existing one)
- feat!/fix!: ⚠️ Breaking change (fix or feature that would cause
existing functionality to change)
- chore: 🧹 Chore (updates to the build process or auxiliary tools and
libraries)
-->

### 🔗 Linked issue

<!-- If it resolves an open issue, please link the issue here. For
example "Resolves #123" -->

### 📚 Description

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
  • Loading branch information
tobiasdiez authored Oct 3, 2024
1 parent eb21d8f commit 9644914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
{
matchPackageNames: ['@typescript-eslint{/,}**', 'eslint', 'eslint-**'],
groupName: 'eslint',
// Disable eslint updates for now (maybe forever if we migrate to oxlint in time)
enabled: false,
},
{
matchPackageNames: ['prettier', 'prettier-*'],
Expand Down

0 comments on commit 9644914

Please sign in to comment.