Files
directus/.github/dependabot.yml
Rijk van Zanten 05df21dd9b Update dependabot.yml
@paescuj Apparently this is needed to have it actually update `package.json` as well! Only updating the lock file in the root doesn't do us any good 🙂 

Still hoping it'll support npm 7's workspaces 👀 but we'll have to wait and see
2021-04-27 10:10:53 -04:00

8 lines
140 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase