summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2023-06-06 18:53:43 +0200
committerGitHub <noreply@github.com>2023-06-06 18:53:43 +0200
commited04c277b430f669616a0013ce87fc3cd16ddfc3 (patch)
treeb5eb8820a4c793404f4eefab435acb15ef748aa9
parent6c0e3f490a000187c97e94b91264e4f59294b671 (diff)
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>
-rw-r--r--.github/renovate.json55
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 22878636f99..1ae40d4161e 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -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'] },
],
}