about summary refs log tree commit diff
path: root/.github/workflows/update.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: drop GitHub workflowsFranck Cuny2022-11-071-22/+0
| | | | They've been replaced with drone.
* build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]2022-10-171-1/+1
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: submit the PR as the GitHub-actions botFranck Cuny2022-10-091-1/+0
| | | | I want to make sure it shows up in my notifications.
* ci: remove GHA to automerge pull requestFranck Cuny2022-10-091-8/+0
| | | | | | | For this to work, branch protection needs to be enabled on the repository. I can't do this via terraform as it's only supported for organizations, not individual accounts. I'm not going to manage this setting in each repository manually, instead I'll drop this feature.
* Update update.yamlFranck Cuny2022-10-081-1/+1
| | | Fix the cron syntax.
* 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