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:
parent
6978f2a4dd
commit
511a37cf1e
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -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: "/"
|
||||
|
|
Loading…
Reference in a new issue