Mercurial > p > roundup > code
comparison .github/dependabot.yml @ 7516:93e4ec305ed8
Disable dependabot for docker.
It keeps reporting updates that are not usable. I am on the current
alpine python 3.11 release and dependabot is truing to upgrade me to
some random debian 12 release and not the alpine release.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 26 Jun 2023 01:02:36 -0400 |
| parents | 4e0665238617 |
| children |
comparison
equal
deleted
inserted
replaced
| 7515:6dc7b1f1451c | 7516:93e4ec305ed8 |
|---|---|
| 16 # Workflow files stored in the | 16 # Workflow files stored in the |
| 17 # default location of `.github/workflows` | 17 # default location of `.github/workflows` |
| 18 directory: "/" | 18 directory: "/" |
| 19 schedule: | 19 schedule: |
| 20 interval: "weekly" | 20 interval: "weekly" |
| 21 - package-ecosystem: "docker" | 21 # - package-ecosystem: "docker" |
| 22 directory: "/scripts/Docker" | 22 # directory: "/scripts/Docker" |
| 23 target-branch: "master" | 23 # target-branch: "master" |
| 24 schedule: | 24 # schedule: |
| 25 interval: "weekly" | 25 # interval: "weekly" |
