2020-08-10 16:37:52 +00:00
|
|
|
# See https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "gomod"
|
2022-02-09 21:15:57 +00:00
|
|
|
open-pull-requests-limit: 100
|
2020-08-10 16:37:52 +00:00
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
|
|
|
|
- package-ecosystem: "docker"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-03-30 17:55:19 +00:00
|
|
|
|
|
|
|
- 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"
|