Skip to content

Commit 7377d3f

Browse files
committed
Pending changes exported from your codespace
1 parent 877ceb2 commit 7377d3f

3 files changed

Lines changed: 44 additions & 20 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Namesake",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-24-trixie",
4+
"features": {
5+
"ghcr.io/devcontainers-extra/features/pnpm:2": {}
6+
},
7+
"forwardPorts": [4321, 5432],
8+
"portsAttributes": {
9+
"4321": {
10+
"label": "Website",
11+
"onAutoForward": "openPreview"
12+
},
13+
"5432": {
14+
"label": "Docs",
15+
"onAutoForward": "openPreview"
16+
}
17+
},
18+
"updateContentCommand": "pnpm install",
19+
"postAttachCommand": "pnpm dev",
20+
"customizations": {
21+
"vscode": {
22+
"extensions": [
23+
"astro-build.astro-vscode",
24+
"deque-systems.vscode-axe-linter",
25+
"biomejs.biome",
26+
"ms-playwright.playwright"
27+
]
28+
}
29+
}
30+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
31+
// "remoteUser": "root"
32+
}

.github/dependabot.yml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for more information:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
# https://containers.dev/guide/dependabot
6+
17
version: 2
28
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
groups:
8-
actions-deps:
9-
patterns:
10-
- "*"
11-
cooldown:
12-
default-days: 7
13-
14-
- package-ecosystem: "npm"
15-
directory: "/"
16-
schedule:
17-
interval: "weekly"
18-
groups:
19-
patch-minor:
20-
update-types: ["patch", "minor"]
21-
cooldown:
22-
default-days: 7
9+
- package-ecosystem: "devcontainers"
10+
directory: "/"
11+
schedule:
12+
interval: weekly

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This repository contains the source code for [namesake.fyi](https://namesake.fyi
1111

1212
We 💖 our contributors! Namesake is built by, and for, the trans community, and we welcome contributors of all genders and skill levels.
1313

14+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/namesakefyi/namesake?quickstart=1)
15+
1416
- Read the [contributior manual](https://docs.namesake.fyi) to learn how to set up your local environment, create new forms, and more.
1517
- Keep Namesake safe for everyone by reviewing our [code of conduct](https://github.com/namesakefyi/namesake?tab=coc-ov-file).
1618
- [Donate](https://namesake.fyi/donate) to support our work.

0 commit comments

Comments
 (0)