Skip to content

Commit f367f07

Browse files
authored
Add dependabot config (#57)
1 parent 3a49662 commit f367f07

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
assignees:
13+
- "@mongodb/dbx-python"
14+
# Python
15+
- package-ecosystem: "pip"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
assignees:
20+
- "@mongodb/dbx-python"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
1111
fail-fast: true
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)