aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/test.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'chore(deps): update actions/checkout action to v6' (!6) ↵Valentin Popov24 hours1-1/+1
|\ | | | | | | | | | | from renovate/actions-checkout-6.x into master Reviewed-on: https://code.popov.link/valentineus/popov.link/pulls/6
* | chore(deps): update dependency node to v24renovate[bot]31 hours1-1/+1
| |
| * chore(deps): update actions/checkout action to v6renovate[bot]2 days1-1/+1
|/
* chore: add Renovate configuration and workflowsValentin Popov11 days1-0/+16
- Introduced .renovaterc for Renovate settings. - Added renovate.config.cjs for Gitea integration. - Created .gitea/workflows/renovate.yml for daily Renovate runs. - Added .gitea/workflows/test.yml for CI testing. - Removed outdated GitHub workflows and configuration files.