~cytrogen/masto-fe

ed04c277b430f669616a0013ce87fc3cd16ddfc3 — Renaud Chaput 2 years ago 6c0e3f4
Configure RenovateBot to add proper language labels (#25316)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
1 files changed, 5 insertions(+), 0 deletions(-)

M .github/renovate.json5
M .github/renovate.json5 => .github/renovate.json5 +5 -0
@@ 105,5 105,10 @@
      extends: ['schedule:weekly'],
      addLabels: ['typescript'],
    },
    // Add labels depending on package manager
    { matchManagers: ['npm', 'nvm'], addLabels: ['javascript'] },
    { matchManagers: ['bundler', 'ruby-version'], addLabels: ['ruby'] },
    { matchManagers: ['docker-compose', 'dockerfile'], addLabels: ['docker'] },
    { matchManagers: ['github-actions'], addLabels: ['github_actions'] },
  ],
}