about summary refs log tree commit diff
path: root/.github/workflows/update.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: update the actions for deploy and updateFranck Cuny2022-10-081-1/+10
| | | | | | | Don't trigger a deployment if we're updating one of the action, as there are no changes to the application itself. For the update workflow, run it once a week, and automatically merge it.
* ci: add GitHub actions and depedendabot configurationFranck Cuny2022-10-071-0/+22
Configure dependabot to report possible update for various actions that we use. Add two workflows: - update the flake dependencies once a week - deploy to fly.io when the main branch is updated