Skip to content

Commit

Permalink
Change dependabot cadence to daily
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Dec 20, 2023
1 parent 249b81f commit 6041ae9
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 @@ -10,16 +10,16 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 3

- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 1
- package-ecosystem: docker
directory: "/scripts"
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 1

0 comments on commit 6041ae9

Please sign in to comment.