Mercurial > p > roundup > code
changeset 7152:4e0665238617
add dependabot config to scan for docker to report updates to alpine container.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 Feb 2023 18:54:21 -0500 |
| parents | a9be849d4dd2 |
| children | 1181157d7cec |
| files | .github/dependabot.yml |
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/dependabot.yml Tue Feb 21 18:07:37 2023 -0500 +++ b/.github/dependabot.yml Tue Feb 21 18:54:21 2023 -0500 @@ -18,3 +18,8 @@ directory: "/" schedule: interval: "weekly" + - package-ecosystem: "docker" + directory: "/scripts/Docker" + target-branch: "master" + schedule: + interval: "weekly"
