diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42ca475..97fdf59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directory: / labels: - dependencies + - npm schedule: interval: weekly time: '08:00' diff --git a/.github/labeler.yml b/.github/labeler.yml index 94955a8..50cc06e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,3 +15,9 @@ javascript: - changed-files: - any-glob-to-any-file: - '**/*.js' +npm: + - changed-files: + - any-glob-to-any-file: + - .npmrc + - package-lock.json + - '**/package.json' diff --git a/.github/labels.yml b/.github/labels.yml index 37f0cdc..6d97140 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -27,7 +27,10 @@ color: e4e669 - name: javascript description: Pull requests that update JavaScript code - color: 168700 + color: f1e05a +- name: npm + description: Pull requests that update npm packages or configuration + color: cb3837 - name: question description: Further information is requested color: d876e3