mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- Rebuild
|
|
# 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"]
|
|
# This is broken due to the way configuration files have changed.
|
|
# This might be fixed when we move to eslint v9.
|
|
- dependency-name: "eslint-plugin-import"
|
|
versions: [">=2.30.0"]
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
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.
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
actions-setup-swift:
|
|
patterns:
|
|
- "*"
|