Skip to content

Commit 2efc22d

Browse files
committed
add comment explaining why "versions: <1" should be ignored
1 parent c4770d4 commit 2efc22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
- "minor"
88
- "patch"
99
ignore:
10+
# projects that aren't at 1.0 yet tend to have breaking changes,
11+
# so we don't batch those up with this "stable small changes" group
1012
versions: "<1"
1113
package-ecosystem: "gomod"
1214
schedule:

0 commit comments

Comments
 (0)