WekyDev / weky-npm

Other
72 stars 45 forks source link

Add dependabot.yml #11

Closed ChrisSch-dev closed 3 years ago

ChrisSch-dev commented 3 years ago

Could be useful for checking updates for package. Would also be a good idea if you add ignores for discord-buttons update as 3.2.0 contains breaking changes

ChrisSch-dev commented 3 years ago

Example for dependabot.yml

version: 2
updates:
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: daily
      time: "09:00"
    open-pull-requests-limit: 10
    ignore: 
      - dependency-name: "discord-buttons"
face-hh commented 3 years ago

what it does

rayzdev commented 3 years ago

Checks for package updates & can be used to ignore packages completely

rayzdev commented 3 years ago

And some more repo settings I think, like max PRs at a time