square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.3k stars 79 forks source link

Renovate `best-practices` preset & making Renovate work with workflow files #865

Closed RBusarow closed 7 months ago

RBusarow commented 7 months ago
  1. Anvil's codestyle for .yml requires a space before a colon in .yml. That's valid syntax, but Renovate can't parse it -- which means we don't get updates for Actions dependencies.
  2. The config:base in renovate.json is actually deprecated. Its replacement is config:recommended, except that they actually recommend using config:best-practices.