Skip to content

Commit c2e2fd3

Browse files
committed
Ignores "patch" updates for all packages as patch segments are relaxed
1 parent 4c6e6a4 commit c2e2fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ updates:
77
ignore:
88
# pexpect is known to be outdated as it's manually packaged for Sublime Text (see https://github.com/varp/sublime-pexpect)
99
- 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

Comments
 (0)