Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit b0bfb9a

Browse files
authored
Merge pull request #144 from TwilioDevEd/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents c164b7a + bfef9f5 commit b0bfb9a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: twilio
10+
versions:
11+
- 6.51.1
12+
- 6.52.0
13+
- 6.53.0
14+
- 6.54.0
15+
- 6.55.0
16+
- 6.56.0
17+
- dependency-name: pytest
18+
versions:
19+
- 6.2.2
20+
- dependency-name: pytest-django
21+
versions:
22+
- 4.1.0
23+
- dependency-name: pbr
24+
versions:
25+
- 5.5.1
26+
- dependency-name: httplib2
27+
versions:
28+
- 0.18.0

0 commit comments

Comments
 (0)