Skip to content

Commit

Permalink
Exclude e2e-dind-nodejs image autobumps. (#10336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiel authored Apr 5, 2024
1 parent bb533ee commit 84ea801
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,20 @@ updates:
commit-message:
prefix: "e2e-dind-garden"
include: "scope"
- package-ecosystem: "docker"
directory: "/images/e2e-dind-nodejs"
labels:
- "docker"
- "skip-review"
- "area/dependency"
- "kind/chore"
schedule:
interval: "daily"
commit-message:
prefix: "e2e-dind-nodejs"
include: "scope"
# Busola must prepare for node update to newest version.
# We can enable this once preparation is done.
# - package-ecosystem: "docker"
# directory: "/images/e2e-dind-nodejs"
# labels:
# - "docker"
# - "skip-review"
# - "area/dependency"
# - "kind/chore"
# schedule:
# interval: "daily"
# commit-message:
# prefix: "e2e-dind-nodejs"
# include: "scope"
- package-ecosystem: "docker"
directory: "/images/e2e-dind-k3d"
labels:
Expand Down

0 comments on commit 84ea801

Please sign in to comment.