We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2760fcd commit 865983dCopy full SHA for 865983d
.github/dependabot.yml
@@ -17,6 +17,11 @@ updates:
17
schedule:
18
interval: "weekly"
19
open-pull-requests-limit: 10
20
+ # Use the 'dependencies' default label and add
21
+ # the 'automerge' one for automerge github action support
22
+ labels:
23
+ - "dependencies"
24
+ - "automerge"
25
groups:
26
# Production dependencies without breaking changes
27
dependencies:
@@ -35,4 +40,4 @@ updates:
35
40
# example for ignoring dependencies:
36
41
# ignore:
37
42
# - dependency-name: tap
38
- # update-types: ["version-update:semver-major"]
43
+ # update-types: ["version-update:semver-major"]
0 commit comments