Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix patterns in dependabot.yml (#70)
The new dependabot file updated by #61 had many issues that we fix in this commit: * The patterns should be glob-like patterns instead of regex patterns. * We should `exclude-patterns` instead of `patterns` (with a negating regex) to exclude some dependencies. * We don't actually need the `*-minor` groups, as anything that is not grouped will have a separate PR anyway.
- Loading branch information