Skip to content

Commit

Permalink
run dependabot monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Jul 1, 2024
1 parent 7ff9d01 commit a652331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
assignees:
- "lpm0073"
reviewers:
- "lpm0073"
- package-ecosystem: "pip"
directory: "/requirements/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "python"
Expand All @@ -22,7 +22,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "javascript"
Expand Down

0 comments on commit a652331

Please sign in to comment.