Skip to content

chore: bring develop to main - #40

Merged
Jaro-c merged 2 commits into
mainfrom
develop
Jul 26, 2026
Merged

chore: bring develop to main#40
Jaro-c merged 2 commits into
mainfrom
develop

Conversation

@Jaro-c

@Jaro-c Jaro-c commented Jul 26, 2026

Copy link
Copy Markdown
Member

Bringing develop to main so the license and the Dependabot config are the ones on the default branch. No tag, no release — this is a branch sync.

Why it matters beyond tidiness: Dependabot reads its config from the default branch, and its registration only comes back when that file changes there. As long as main carries the old copy, this repository keeps getting no update pull requests at all.

What rides along:

Jaro-c added 2 commits July 7, 2026 12:17
## Summary

Removes the "for free" sales tagline and the "vs. Wappalyzer" comparison
table (including a pricing row, naming a commercial competitor) flagged
by GitHub as advertising-style content. Keeps the technical feature list
and privacy section.

## Test plan
- Manual read-through; no code changes

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
Two gaps in this repository.

**License.** The org standardised on MIT: `LICENSE`, the README mention
and the `package.json` `license` field all move off Apache-2.0. The
`apache` strings under `internal/lib/rules/servers` are the **web
server** detection rules, not the license — untouched.

**Dependabot.** There was no `dependabot.yml` at all, so nothing has
ever told me about a dependency update here. Added `bun` (the extension
itself) and `github-actions`, daily, targeting `develop`, labelled with
the org taxonomy. An extension ships its dependencies straight to the
user's browser, so an advisory lands on every install rather than on a
server I control.

Note for later, not fixed here: this repository still pins the org
reusables at `v1.10.1`'s predecessor `v1.2.0` — sixteen releases back.
Now that Dependabot can see the repository, it will propose that itself.

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c Jaro-c added type:chore Maintenance with no product impact prio:P2 Medium priority effort:XS Extra small status:review In review labels Jul 26, 2026
@Jaro-c
Jaro-c merged commit 24167e9 into main Jul 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort:XS Extra small prio:P2 Medium priority status:review In review type:chore Maintenance with no product impact

Development

Successfully merging this pull request may close these issues.

1 participant