diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-08-08 10:07:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 10:07:14 +0200 |
| commit | 1f619248b6c03a5954a4f8dd6764578094c8a743 (patch) | |
| tree | 76303147574d3f9486e8553bfa19e543998b0754 | |
| parent | 77f10f09f984ca943b7f0badd1b8bfe1bd1fcb52 (diff) | |
[mod] ci: docker task unused (#5098)
We always use the latest versions of our base images, so this dependabot task
is unneeded.
| -rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f33766bb..b3df08bae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,15 +65,6 @@ updates: - "minor" - "patch" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - day: "friday" - target-branch: "master" - commit-message: - prefix: "[upd] docker:" - - package-ecosystem: "github-actions" directory: "/" schedule: |