Have dependabot keep the FIPS dockerfile updated
This commit is contained in:
parent
6639ce2a1f
commit
17e8faa0fe
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -12,3 +12,8 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/hack" # this should keep the FIPS dockerfile updated per https://github.com/dependabot/feedback/issues/145#issuecomment-414738498
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
Loading…
Reference in New Issue
Block a user