Skip to content

Commit

Permalink
Create .github/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bershanskiy committed Nov 14, 2023
1 parent 26518fe commit 3f75457
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 @@ -3,8 +3,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 3f75457

Please sign in to comment.