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

ci: add dependabot config

This commit is contained in:
Frazer Smith 2021-02-10 14:06:35 +00:00
parent a3d54772d1
commit d81123cbbd
No known key found for this signature in database
GPG key ID: 23852BBB247894A3

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