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 4c6e6a4 commit c2e2fd3Copy full SHA for c2e2fd3
.github/dependabot.yml
@@ -7,3 +7,7 @@ updates:
7
ignore:
8
# pexpect is known to be outdated as it's manually packaged for Sublime Text (see https://github.com/varp/sublime-pexpect)
9
- dependency-name: "pexpect"
10
+
11
+ # ignore "patch" updates for all packages as patch segments are relaxed in requirements-dev.txt
12
+ - dependency-name: "*"
13
+ update-types: ["version-update:semver-patch"]
0 commit comments