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.
2 parents a3bfa0e + a323762 commit 4960c0cCopy full SHA for 4960c0c
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ target-branch: "v2"
8
+ labels:
9
+ - "dependencies"
10
+ allow:
11
+ - dependency-name: "PyInstaller"
setup.cfg
@@ -14,8 +14,6 @@ requires_dist =
14
ignore =
15
.github
16
.github/*
17
- .dependabot
18
- .dependabot/*
19
.coveragerc
20
CHANGELOG.rst
21
CONTRIBUTING.md
0 commit comments