mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
29 lines
632 B
YAML
29 lines
632 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- Update dependencies
|
|
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:
|
|
- "*"
|