diff --git a/.github/renovate.json b/.github/renovate.json index 80235d66..43208022 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,4 @@ { - "ignorePaths": ["docs/**"] + "ignorePaths": ["docs/**"], + "labels": ["dependency"] }