Skip to content

Commit 58aa8d3

Browse files
committed
chore: mark GitPod configuration as legacy in dependabot
Add note to dependabot.yml documenting that GitPod configuration (.gitpod.yml and .gitpod.Dockerfile) is now in legacy mode due to migration to GitHub Codespaces. GitPod configurations remain functional for users who prefer that environment, but will not receive automated dependency updates going forward. This aligns with the project's shift to Codespaces as the primary cloud development environment (60h/month vs GitPod's 10h/month).
1 parent de85754 commit 58aa8d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Please see the documentation for all configuration options:
22
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
#
4+
# Note: GitPod configuration (.gitpod.yml and .gitpod.Dockerfile) is in legacy mode
5+
# as we've migrated to GitHub Codespaces. GitPod configs will not receive dependency
6+
# updates but remain functional for users who prefer GitPod.
37

48
version: 2
59
# Enable version updates for GitHub Actions workflows

0 commit comments

Comments
 (0)