Skip to content

Commit dc15a19

Browse files
Create Dependabot config file (#629)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent c23baf5 commit dc15a19

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: beautifulsoup4
11+
versions:
12+
- "< 4.6.2"
13+
- ">= 4.6.1.a"

0 commit comments

Comments
 (0)