Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ updates:
directory: /
labels:
- dependencies
- npm
schedule:
interval: weekly
time: '08:00'
Expand Down
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
5 changes: 4 additions & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down