Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/actions/tend-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: composite
steps:
- name: Setup Task
uses: go-task/setup-task@v1
uses: go-task/setup-task@v2
with:
repo-token: ${{ inputs.github-token }}
version: 3.52.0
Expand Down
7 changes: 6 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ updates:
labels: []

- package-ecosystem: "github-actions"
# `/` only covers `.github/workflows/`; each composite action under
# `.github/actions/` needs its own entry or its `uses:` refs are never
# scanned. Keep this list in sync with `ls .github/actions/`.
directories:
- "/"
- ".github/actions/build-python"
- ".github/actions/build-js"
- ".github/actions/build-prqlc"
- ".github/actions/build-prqlc-c"
- ".github/actions/build-python"
- ".github/actions/tend-setup"
- ".github/actions/time-compilation"
commit-message:
prefix: "chore: "
Expand Down
Loading