* fix: update and upgrade libraries side note: * using commit to trigger release-please workflow in light of recent changes regarding branch strategy * ci: introduce dependabot
24 lines
719 B
YAML
24 lines
719 B
YAML
# 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
|
|
# \todo Eliminate duplication when/if Dependabot supports YAML anchors
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
labels:
|
|
- dependencies
|
|
- actions
|
|
schedule:
|
|
day: sunday
|
|
interval: weekly
|
|
- package-ecosystem: gomod
|
|
directory: /v2
|
|
labels:
|
|
- dependencies
|
|
- go
|
|
schedule:
|
|
interval: weekly
|
|
day: friday |