Skip to content

Commit

Permalink
Configure Renovate bot
Browse files Browse the repository at this point in the history
History repeats: I am configuring Renovate bot again. Dependabot is
great and it's awesome that it's integrated into GitHub natively.
Unfortunately, it does not support Yarn Berry and seems like it won't
anytime soon (dependabot/dependabot-core#1297).

I would like to configure Renovate bot instead which should support Yarn
Berry without many problems and therefore unblock our Yarn upgrade (#2154).

At this moment I would like to keep both Dependabot and Renovate bot
enabled to see if everything works correctly, and eventually I'd like to
turn off Dependabot completely or limit it to things Renovate bot doesn't
support.

Closes: #3799
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed Mar 7, 2022
1 parent 19868c1 commit 2628234
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
extends: ['config:base'],
ignoreDeps: [
// Pure ESM, see: https://github.com/adeira/universe/issues/2341
'chalk',
'hast-util-to-html',
'refractor',
'strip-ansi',
],
labels: ['dependencies', 'automerge'],
rangeStrategy: 'bump',
semanticCommits: 'disabled',
updateInternalDeps: true,
}

0 comments on commit 2628234

Please sign in to comment.