Skip to content

Commit

Permalink
chore: change dependabot frequency to weekly (#290)
Browse files Browse the repository at this point in the history
Signed-off-by: George Vauter <[email protected]>
  • Loading branch information
gvauter authored Jul 29, 2024
1 parent 0185f71 commit 3da37f7
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 @@ -8,15 +8,15 @@ updates:
- '/.github/actions/publish-image'
- '/.github/actions/setup-poetry'
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: ":arrow_up:"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
prefix: ":arrow_up:"
prefix: ":arrow_up:"

0 comments on commit 3da37f7

Please sign in to comment.