Skip to content

Commit

Permalink
Go back to original dependabot file
Browse files Browse the repository at this point in the history
Grouped updates are not working well, because they don't run CI
before combining. Go back to the original dependabot settings.
  • Loading branch information
amstilp committed Feb 28, 2024
1 parent 51ea44d commit f6642a5
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ updates:
directory: "/"
# Check for updates to GitHub Actions every weekday
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
allow:
- dependency-type: "direct"
# Allow up to 10 dependencies for pip dependencies
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# Allow up to 20 dependencies for pip dependencies
open-pull-requests-limit: 20

groups:
minor-patch:
update-types:
- "minor"
- "patch"
patterns:
- "*"

0 comments on commit f6642a5

Please sign in to comment.