Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
interval: weekly
day: friday
time: '05:00'
groups:
ci:
patterns: ['*']
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-minor
- version-update:semver-patch
commit-message:
prefix: ci
- package-ecosystem: npm
Expand All @@ -21,7 +18,7 @@ updates:
day: friday
time: '05:00'
allow:
- dependency-type: production
- dependency-name: '@actions/*'
commit-message:
prefix: build
include: scope
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
> [!CAUTION]
> Seeking More Maintainers
> This Action is deprecated.
>
> This is a temp replacement for the deleted `teatimeguest/setup-texlive-action` action and
> [repo](https://github.com/teatimeguest/setup-texlive-action).
> This is a stop-gap replacement for the deleted
> [`teatimeguest/setup-texlive-action` Action and
> repo](https://github.com/teatimeguest/setup-texlive-action).
>
> For now I (@muzimuzhi) am lacking the required Node.js/TypsScript skills to add features to or fix
> possible bugs in this JavaScript action. I'm even unable to adapt code and tests after running
> the attractive `npm audit fix`.
> None of the current maintainers understand how this repository works,
> so no new features will be added. Critical bugs (support for newer
> versions of TeX Live, security vulnerabilities, support for newer
> versions of GitHub runners) _might_ still get fixed, but we offer no
> guarantees here.
>
> We recommend migrating to another Action, such as
> [`zauguin/install-texlive`](https://github.com/zauguin/install-texlive).

# setup-texlive-action

Expand Down
Loading