0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"