You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
369 B

4 years ago
  1. {
  2. "platform": "github",
  3. "autodiscover": false,
  4. "requireConfig": true,
  5. "ignoreNpmrcFile": true,
  6. "rangeStrategy": "replace",
  7. "packageRules": [
  8. {
  9. "packagePatterns": [
  10. "*"
  11. ],
  12. "minor": {
  13. "groupName": "all non-major dependencies",
  14. "groupSlug": "all-minor-patch"
  15. }
  16. }
  17. ],
  18. "commitMessagePrefix": "[dist]"
  19. }