Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new dependabot file 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. Signed-off-by: Leandro Lucarella <[email protected]>
- Loading branch information