So I'm using github dependabot v2 and have this config:
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 100
allow:
- dependency-type: all
I want it to check for updates whenever I make a push / change. How do I do this?