mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
reviewers:
|
|
- "github/codeql-production-shield"
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- Update dependencies
|
|
# Ignore incompatible dependency updates
|
|
ignore:
|
|
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
|
|
- dependency-name: "@octokit/plugin-retry"
|
|
versions: ["~6.0.0"]
|
|
# v7 requires ESM
|
|
- dependency-name: "del"
|
|
versions: ["^7.0.0"]
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
reviewers:
|
|
- "github/codeql-production-shield"
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
|
reviewers:
|
|
- "github/codeql-production-shield"
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions-setup-swift:
|
|
patterns:
|
|
- "*"
|