Closed ChrisSch-dev closed 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"
what it does
Checks for package updates & can be used to ignore packages completely
And some more repo settings I think, like max PRs at a time
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