mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +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: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
# ignore:
|
ignore:
|
||||||
# - dependency-name: actions/cache
|
- dependency-name: actions/cache
|
||||||
# - dependency-name: actions/checkout
|
- dependency-name: actions/checkout
|
||||||
# - dependency-name: actions/setup-python
|
- dependency-name: actions/setup-python
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|
Loading…
Reference in a new issue