mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-14 04:47:54 +00:00
Enable Dependabot ignore directives
This enables the Dependabot ignore directives for GitHub Actions.
This commit is contained in:
parent
6767ea9d93
commit
6d39743372
1 changed files with 4 additions and 4 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -11,10 +11,10 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# ignore:
|
||||
# - dependency-name: actions/cache
|
||||
# - dependency-name: actions/checkout
|
||||
# - dependency-name: actions/setup-python
|
||||
ignore:
|
||||
- dependency-name: actions/cache
|
||||
- dependency-name: actions/checkout
|
||||
- dependency-name: actions/setup-python
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
|
|
Loading…
Reference in a new issue