mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-01 06:28:27 +00:00
511a37cf1e
This adds commented out ignore directives for the following GitHub Actions: - action/cache - action/checkout - action/setup-python These should be uncommented downstream to ensure that updates to these dependencies are pushed from pull requests made in the skeleton.
28 lines
728 B
YAML
28 lines
728 B
YAML
---
|
|
|
|
# Any ignore directives should be uncommented in downstream projects to disable
|
|
# Dependabot updates for the given dependency. Downstream projects will get
|
|
# these updates when the pull request(s) in the appropriate skeleton are merged
|
|
# and Lineage processes these changes.
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# ignore:
|
|
# - dependency-name: actions/cache
|
|
# - dependency-name: actions/checkout
|
|
# - dependency-name: actions/setup-python
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "terraform"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|