Skip to content

Commit

Permalink
chore(ci): Switch from renovate to dependabot (#14)
Browse files Browse the repository at this point in the history
* chore(ci): Switch from renovate to dependabot
* chore: remove old pythons add new
  • Loading branch information
hairmare authored Apr 8, 2024
1 parent cd843ce commit ce35cc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: "chore(ci): "
- package-ecosystem: pip
directory: /
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8, 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit ce35cc5

Please sign in to comment.