Skip to content

Commit 865983d

Browse files
authored
Update dependabot.yml
1 parent 2760fcd commit 865983d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ updates:
1717
schedule:
1818
interval: "weekly"
1919
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"
2025
groups:
2126
# Production dependencies without breaking changes
2227
dependencies:
@@ -35,4 +40,4 @@ updates:
3540
# example for ignoring dependencies:
3641
# ignore:
3742
# - dependency-name: tap
38-
# update-types: ["version-update:semver-major"]
43+
# update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)