Skip to content

Commit

Permalink
Add dependabot.yml to check for monthly dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Jul 10, 2024
1 parent b57b5af commit bd81151
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit bd81151

Please sign in to comment.