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 c4770d4 commit 2efc22dCopy full SHA for 2efc22d
.github/dependabot.yml
@@ -7,6 +7,8 @@ updates:
7
- "minor"
8
- "patch"
9
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
12
versions: "<1"
13
package-ecosystem: "gomod"
14
schedule:
0 commit comments