hyper-tuner-cloud/.github/dependabot.yml

29 lines
555 B
YAML
Raw Normal View History

2021-03-22 14:29:03 -07:00
version: 2
updates:
2022-07-17 11:55:10 -07:00
- package-ecosystem: "npm"
directory: "/"
2021-03-22 14:29:03 -07:00
schedule:
interval: "daily"
2021-09-26 04:28:19 -07:00
open-pull-requests-limit: 20
2022-07-26 15:54:44 -07:00
2022-10-17 15:32:34 -07:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2022-08-20 15:10:41 -07:00
# registries:
# npm-github:
# type: npm-registry
# url: https://npm.pkg.github.com
# token: ${{ secrets.NPM_GITHUB_PAT }}
# updates:
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"
# open-pull-requests-limit: 20
# registries:
# - npm-github