Skip to content

Commit fe10d54

Browse files
committed
chore: remove GitPod support
Remove all GitPod configuration files and references from the repository. GitPod's free tier has been reduced to 10h/month and the project has fully migrated to GitHub Codespaces (60h/month free tier). Changes: - Remove .gitpod.yml and .gitpod/Dockerfile - Remove dockerfiles/gitpodURL.sh - Remove updatecli/updatecli.d/gitpod.yaml (stops automated GitPod updates) - Remove GitPod section from .github/dependabot.yml - Remove CODESPACES_MIGRATION_PLAN.md (migration complete) - Remove GITPOD_WORKSPACE_URL environment variables from docker-compose files - Update README.md to remove GitPod sections and references - Update Jenkins JCASC section in README.md to be platform-agnostic
1 parent 6b10979 commit fe10d54

File tree

9 files changed

+8
-457
lines changed

9 files changed

+8
-457
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
33

44
version: 2
5-
# Note: GitPod support is legacy (free tier sunset). Migrated to GitHub Codespaces.
6-
# Codespaces uses devcontainer.json which Dependabot cannot monitor (not a Dockerfile).
5+
# Note: GitHub Codespaces uses devcontainer.json which Dependabot cannot monitor (not a Dockerfile).
76
# Codespaces dependencies (yq, devcontainer features) are tracked by UpdateCLI.
87
# See updatecli/updatecli.d/codespaces.yaml for automated updates.
98

@@ -68,12 +67,3 @@ updates:
6867
schedule:
6968
interval: weekly
7069
open-pull-requests-limit: 10
71-
72-
# GitPod (legacy) - disabled, not actively maintained
73-
- package-ecosystem: docker
74-
directory: "./.gitpod"
75-
schedule:
76-
interval: weekly
77-
open-pull-requests-limit: 0
78-
ignore:
79-
- dependency-name: "gitpod/workspace-full"

.gitpod.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.gitpod/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

CODESPACES_MIGRATION_PLAN.md

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)