aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-17build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]1-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>
2022-10-09ci: submit the PR as the GitHub-actions botFranck Cuny1-1/+0
I want to make sure it shows up in my notifications.
2022-10-09ci: remove GHA to automerge pull requestFranck Cuny1-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.
2022-10-08Update update.yamlFranck Cuny1-1/+1
Fix the cron syntax.
2022-10-08ci: update the actions for deploy and updateFranck Cuny1-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.
2022-10-07ci: add GitHub actions and depedendabot configurationFranck Cuny1-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