1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 20:11:03 +00:00
bat/.github/dependabot.yml
Martin Nordholts 35d8146bba Revert "Temporarily change dependabot to daily"
This reverts commit 86ac48d68efbc63ad4f1abe769e88ef55a96a42a.
2023-10-19 06:33:48 +02:00

25 lines
474 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
ignore:
- dependency-name: git2
versions:
- 0.13.17
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin