Skip to content

Commit

Permalink
Group nonbreaking changes and use daily interval (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Oct 26, 2023
1 parent 4fe671a commit b6dff3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 100
groups:
nonbreaking:
update-types:
- "minor"
- "patch"

- package-ecosystem: npm
directory: "/npm/javy"
schedule:
interval: "weekly"
open-pull-requests-limit: 100

- package-ecosystem: npm
directory: "/npm/javy-cli"
schedule:
interval: "weekly"
open-pull-requests-limit: 100

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit b6dff3b

Please sign in to comment.