bat/.github/dependabot.yml

25 lines
474 B
YAML
Raw Normal View History

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