Skip to content

Commit

Permalink
chore(ci): configure dependabot (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Apr 14, 2024
1 parent 8d4fc64 commit 8950667
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "chore(ci): "
- package-ecosystem: pip
directory: "/"
directory: /
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: daily

0 comments on commit 8950667

Please sign in to comment.