1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Stop Dependabot from creating its own, otherwise unused, labels

Currently all Dependabot update PRs get tagged with a "javascript" label, which is annoying since we don't actually use that one.
To try and avoid this we specify the labels explicitly, please see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels
This commit is contained in:
Jonas Jenwald 2022-11-14 15:04:05 +01:00
parent 82795a3b81
commit 26883c0d7e

View file

@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"