mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-26 08:18:50 +01:00
Temporarily change dependabot to daily
So we can more easily test that auto-merge works as it should. Once we have confirmed it does, we revert this commit.
This commit is contained in:
parent
c42fc810ea
commit
86ac48d68e
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -3,8 +3,8 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "04:00"
|
||||
interval: daily
|
||||
time: "16:00"
|
||||
timezone: Europe/Berlin
|
||||
ignore:
|
||||
- dependency-name: git2
|
||||
@ -13,8 +13,8 @@ updates:
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "04:00"
|
||||
interval: daily
|
||||
time: "16:00"
|
||||
timezone: Europe/Berlin
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
Loading…
Reference in New Issue
Block a user