mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
This will automatically create update PRs for workflow files referencing Actions that have since had a major update.
27 lines
651 B
YAML
27 lines
651 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "ruby/node-types"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "ruby/generator"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "ruby/extractor"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "ruby/autobuilder"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
- dependency-name: '*'
|
|
update-types: ['version-update:semver-patch', 'version-update:semver-minor']
|