2021-03-13 02:46:18 +07:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
time: "11:00"
|
|
|
|
ignore:
|
|
|
|
# GitHub always delivers the latest versions for each major
|
|
|
|
# release tag, so handle updates manually
|
|
|
|
- dependency-name: "actions/*"
|
2021-04-28 05:22:59 +07:00
|
|
|
- dependency-name: "github/codeql-action/*"
|
2021-05-12 21:58:12 +07:00
|
|
|
- dependency-name: "microsoft/playwright-github-action"
|
2021-03-13 02:46:18 +07:00
|
|
|
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
time: "11:00"
|
2021-03-31 06:43:29 +07:00
|
|
|
ignore:
|
|
|
|
- dependency-name: "@types/node"
|
2021-07-09 03:59:38 +07:00
|
|
|
update-types: ["version-update:semver-major"]
|
2021-04-06 07:02:41 +07:00
|
|
|
- dependency-name: "xdg-basedir"
|
|
|
|
# 5.0.0 has breaking changes as they switch to named exports
|
|
|
|
# and convert the module to ESM
|
|
|
|
# We can't use it until we switch to ESM across the project
|
|
|
|
# See release notes: https://github.com/sindresorhus/xdg-basedir/releases/tag/v5.0.0
|
|
|
|
versions: ["5.x"]
|
2021-05-21 01:57:53 +07:00
|
|
|
- dependency-name: "limiter"
|
|
|
|
# 2.0.0 has breaking changes
|
|
|
|
# so we can't update yet.
|
|
|
|
versions: ["2.x"]
|