Skip to content

Commit

Permalink
chore: use dependabot for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Feb 29, 2024
1 parent c3e6921 commit 1af1ff2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore: "

- package-ecosystem: "pip"
directory: "/tests/"
schedule:
interval: "daily"
commit-message:
prefix: "chore: "
13 changes: 0 additions & 13 deletions renovate.json

This file was deleted.

0 comments on commit 1af1ff2

Please sign in to comment.