mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
22 lines
584 B
YAML
22 lines
584 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- Update dependencies
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- version-update:semver-minor
|
|
- version-update:semver-patch
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: "/.github/actions/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
|
|
schedule:
|
|
interval: weekly
|