Skip to content

Commit

Permalink
Change bots to run weekly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Jenkins committed Aug 13, 2020
1 parent 1570134 commit 8dfc7af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: '00:00'
interval: weekly
time: '17:00'
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
include: "scope"
4 changes: 2 additions & 2 deletions .github/workflows/update-niv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Update niv

on:
schedule:
# every day at 8am UTC
- cron: '0 8 * * *'
# every monday
- cron: '0 17 * * 1'

jobs:
update-dependencies:
Expand Down

0 comments on commit 8dfc7af

Please sign in to comment.