Skip to content

Commit ce35cc5

Browse files
authored
chore(ci): Switch from renovate to dependabot (#14)
* chore(ci): Switch from renovate to dependabot * chore: remove old pythons add new
1 parent cd843ce commit ce35cc5

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
commit-message:
8+
prefix: "chore(ci): "
9+
- package-ecosystem: pip
10+
directory: /
11+
schedule:
12+
interval: daily

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8]
14+
python-version: [3.8, 3.11]
1515

1616
steps:
1717
- uses: actions/checkout@v2

renovate.json

-5
This file was deleted.

0 commit comments

Comments
 (0)