2021-03-13 03:46:18 +08: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 06:22:59 +08:00
|
|
|
- dependency-name: "github/codeql-action/*"
|
2021-03-13 03:46:18 +08:00
|
|
|
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
time: "11:00"
|
2021-03-31 07:43:29 +08:00
|
|
|
ignore:
|
|
|
|
- dependency-name: "@types/node"
|
2021-04-28 06:25:38 +08:00
|
|
|
versions: ["15.x", "14.x", "13.x"]
|
2021-04-06 08:02:41 +08: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"]
|