mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #107 from cisagov/improvement/add_dependabot_ignores_for_github_actions
Add Dependabot ignore directives
This commit is contained in:
commit
a9c93d0ff9
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