yq/.github/dependabot.yml

23 lines
662 B
YAML
Raw Normal View History

2021-11-08 20:32:54 +00:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2021-11-08 20:53:25 +00:00
- package-ecosystem: docker
directory: /
schedule:
2021-11-14 00:09:14 +00:00
day: thursday
2021-11-08 20:53:25 +00:00
interval: weekly
2021-11-08 20:32:54 +00:00
- package-ecosystem: github-actions
directory: /
schedule:
2021-11-14 00:09:14 +00:00
day: thursday
2021-11-08 20:32:54 +00:00
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
2021-11-14 00:09:14 +00:00
day: thursday
2021-11-08 20:32:54 +00:00
interval: weekly