diff --git a/.github/workflows/labeler.yml b/.github/labeler.yml similarity index 80% rename from .github/workflows/labeler.yml rename to .github/labeler.yml index f4c38c58..ba29dcba 100644 --- a/.github/workflows/labeler.yml +++ b/.github/labeler.yml @@ -8,3 +8,5 @@ controller: app/controllers/** mailer: app/mailers/** view: app/views/** jobs: app/jobs/** +dependencies: +- any: ['gems/**', 'Gemfile.lock', 'yarn.lock']