Skip to content

Commit

Permalink
chore: correct .dependabot/config.yml
Browse files Browse the repository at this point in the history
It was missing a default label assignment and was hence invalid.
Also removed prohibition to consider newer `@types/nodes` versions (will handle through dependabot messages).
  • Loading branch information
RomainMuller authored Nov 6, 2019
1 parent 45f0e02 commit b215d82
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ update_configs:
- directory: /
package_manager: javascript
update_schedule: live
ignored_updates:
- match:
# Don't suggest upgrading @types/node to versions >= 9
dependency_name: '@types/node'
version_requirement: '>= 11'
version_requirement_updates: increase_versions
default_labels: []
default_labels: [dependencies]

0 comments on commit b215d82

Please sign in to comment.