2022-07-11 14:54:49 -05: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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2022-07-13 13:45:17 -05:00
|
|
|
- package-ecosystem: "gomod" # See documentation for possible values
|
|
|
|
directory: "/" # Location of package manifests
|
2023-09-11 13:02:11 -05:00
|
|
|
open-pull-requests-limit: 10
|
2022-07-13 13:45:17 -05:00
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "github-actions" # See documentation for possible values
|
2022-07-11 14:54:49 -05:00
|
|
|
directory: "/" # Location of package manifests
|
2023-09-11 13:02:11 -05:00
|
|
|
open-pull-requests-limit: 10
|
2022-07-11 14:54:49 -05:00
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|