Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f60eeaf

Browse files
authored
Have dependabot ignore pytest and py (#14039)
Otherwise it doesn't understand the Python 2.7 restrictions for those dependencies.
1 parent ed0e2a7 commit f60eeaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
directory: /
1313
schedule:
1414
interval: daily
15+
ignore:
16+
- dependency-name: pytest # Due to Python 2.7 and #13776.
17+
- dependency-name: py # Due to Python 2.7.
1518

1619
- package-ecosystem: 'pip'
1720
directory: /news

0 commit comments

Comments
 (0)