Commit 62c72dd
authored
Make Dependabot ignore patch updates to JS dependencies (#6967)
It seems like the greatest number of Dependabot PR spam comes from the
JavaScript dependencies for cirq-web. This change to the "npm"
Dependabot config makes it group minor and/or patch version updates
into a single PR if they are not security-related changes; all other
updates (meaning, any security updates, and any major version updates)
will be handled using the default method, which is separate PRs.
This `groups` configuration is based on [an example in the Dependabot
documentation](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#example-3-individual-pull-requests-for-major-updates-and-grouped-for-minorpatch-updates).1 parent eb54c07 commit 62c72dd
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
0 commit comments