Skip to content

Commit

Permalink
Update dependabot.yml (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Feb 6, 2024
1 parent d366ef2 commit b0f6e21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 5
open-pull-requests-limit: 5
allow:
# allow updates for typescript
- dependency-name: "typescript"
# allow updates for node types
- dependency-name: "@types/node"
# allow updates for slack official libraries
- dependency-name: "@slack/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit b0f6e21

Please sign in to comment.