Skip to content

Commit

Permalink
Merge pull request #228 from mraniki/dev
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
mraniki authored Jun 25, 2023
2 parents 938b320 + 42df83b commit e802689
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "⬆️ Dep"

# Maintain dependencies for npm
# Maintain dependencies for poetry
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️ Dep"

# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/.requirements/"
schedule:
interval: "weekly"
commit-message:
prefix: "⬆️ Dep"

0 comments on commit e802689

Please sign in to comment.