Skip to content

Commit

Permalink
Merge pull request #41 from TGSAI/cicd/reduce_dependabot_freq
Browse files Browse the repository at this point in the history
Reduce automatic dependency checking interval
  • Loading branch information
tasansal authored Sep 2, 2022
2 parents af909c9 + 12d2e36 commit 2258857
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 2258857

Please sign in to comment.