0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-11-21 13:51:28 +01:00

Create dependabot.yml to enable automatic version updates for GitHub Actions and npm packages.

This commit is contained in:
David Anson 2022-07-27 21:57:25 -07:00 committed by GitHub
parent 7f1c17fe41
commit f9beccb1a4
Failed to generate hash of commit

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"