Skip to content

Commit

Permalink
Adding dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Oct 18, 2023
1 parent 4769b54 commit 8c11a94
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: npm
directory: /
open-pull-requests-limit: 5
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 5
schedule:
interval: monthly

0 comments on commit 8c11a94

Please sign in to comment.