Skip to content

Commit

Permalink
Add dependabot.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed May 2, 2022
1 parent 046967c commit fb15f86
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,19 @@
version: 2

updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 1
versioning-strategy: increase
labels:
- 'pr: dependencies'

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 1
labels:
- 'pr: dependencies'

0 comments on commit fb15f86

Please sign in to comment.