1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Add Dependabot ignore directives

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.
This commit is contained in:
Nicholas McDonnell 2022-03-28 16:26:36 -04:00
parent 6978f2a4dd
commit 511a37cf1e
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -11,6 +11,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# ignore:
# - dependency-name: actions/cache
# - dependency-name: actions/checkout
# - dependency-name: actions/setup-python
- package-ecosystem: "pip"
directory: "/"