5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

Merge pull request #75 from Fdawgs/ci/dependabot

ci: add dependabot config
This commit is contained in:
Wagner Santos 2021-02-10 11:50:39 -03:00 committed by GitHub
commit 7a79fecfef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 99