-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: set up initial actions & docs #1
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
60dd36d
chore: set up initial actions & docs
JakobJingleheimer bcbed74
fixup!: remove erroneous main field
JakobJingleheimer 6cb3a8a
ci(test): create job matrix & rename `test:lint` → `lint`
JakobJingleheimer 10d0692
doc: add license file
JakobJingleheimer c53f572
fixup!: rename jobs to be more indicative
JakobJingleheimer a3f83df
fixup!: correct `-test` → `--test`
JakobJingleheimer c29d623
fixup!: remove nonexistent "markdown" in biome config
JakobJingleheimer 558162d
add git things
AugustinMauroy 0d9698c
update biome things
AugustinMauroy a219502
Create .nvmrc
AugustinMauroy 79b0149
add recipes dir
AugustinMauroy 8590905
Fix typo
AugustinMauroy cb84d16
workflows: use `--run`
AugustinMauroy 45bb65a
add more rules
AugustinMauroy bd21091
chore: alphabetise npm scripts
JakobJingleheimer 6534d6d
test(ci): add `pre-commit` superset
JakobJingleheimer 36af6af
chore: fix tsconfig
JakobJingleheimer 7a72cbb
chore(ci): switch angry `node --run` → `npm run`
JakobJingleheimer 3c81c16
chore: adjust glob pattern for angry CI
JakobJingleheimer d081e4b
test(ci): move coverage to only node 23.x
JakobJingleheimer db231d9
Revert "test(ci): move coverage to only node 23.x"
JakobJingleheimer 741e67f
test(ci): remove 20.x
JakobJingleheimer bdd3b74
test(ci): switch actions from tag to SHA to avoid supply-chain vulner…
JakobJingleheimer 30367c9
chore(dep): upgrade `typescript` to `5.7.2`
JakobJingleheimer 3c408df
doc: update codemod registry link
JakobJingleheimer 38df653
fixup!: remove biome bumperstickers
JakobJingleheimer d57d2dd
doc(license): set copyright holder & remove file extension
JakobJingleheimer eef8d21
[actions] use ljharb/actions/node/matrix (#3)
ljharb 0faeabb
Revert "[actions] use ljharb/actions/node/matrix" (#4)
JakobJingleheimer 5fc724f
ci: add dependabot
JakobJingleheimer 80676be
fixup!: correct md block type
JakobJingleheimer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
commit-message: | ||
prefix: ci | ||
|
||
- package-ecosystem: npm # See documentation for possible values | ||
directories: | ||
- / # Location of package manifests | ||
- /recipies/* | ||
commit-message: | ||
prefix: deps | ||
schedule: | ||
interval: weekly |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should have 2 separate ones then so we can differentiate between the root repo and recipes (cuz if we apply your suggestion, it will mark changes to the root repo's deps as belonging to a recipe).