Skip to content

Commit

Permalink
feat: let Dependabot update docker, pip, GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Nov 4, 2023
1 parent 78d0637 commit 3eea63e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily" # Update Docker tags daily
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly" # Update GitHub Actions weekly
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily" # Update pip dependencies daily

0 comments on commit 3eea63e

Please sign in to comment.