To reduce bot traffic you must login to view /lordwelch/glauth/commit/2ae84a90340c1b9148e35174c2690f67ec176aeb.
The GitHub login only links via username.
Files
glauth/.github/dependabot.yaml
Alessandro Cabbia 8739fd6e4f ci: dependabot and dependencies update (#348)
* 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
2023-10-14 11:15:59 -07:00

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