Skip to content

Commit

Permalink
reduced dependabot silliness
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-f-alrefaie committed Jan 6, 2025
1 parent 5b0b6df commit 8ff0548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: monthly
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: monthly
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
interval: monthly
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: monthly
versioning-strategy: lockfile-only
allow:
- dependency-type: "all"

0 comments on commit 8ff0548

Please sign in to comment.