Skip to content

Commit a323762

Browse files
committed
Enable dependabot for v2 branch
The plan is to enable dependabot updates for each of our dependencies one at a time until all dependencies are accounted for. At that time, we can move away from an allow list. Note that even though this is for v2, the commit is on the develop branch because it is the default GitHub branch and GitHub only pulls configuration from the default branch. In the future, when we make v2 the default branch, we should be able to just remove the target-branch setting.
1 parent 759a8f0 commit a323762

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ requires_dist =
1414
ignore =
1515
.github
1616
.github/*
17-
.dependabot
18-
.dependabot/*
1917
.coveragerc
2018
CHANGELOG.rst
2119
CONTRIBUTING.md

0 commit comments

Comments
 (0)