Commit graph

5 commits

Author SHA1 Message Date
ggurdin
f86aafcb74 code files 2023-11-08 12:27:18 -05:00
Krille
53d25548dc
CI: Add release workflow 2023-07-15 09:37:55 +09:00
Sorunome
d4f73d6c05 fix: auto-dep update 2020-12-23 18:08:29 +01:00
Christian Pauly
5a61ea9ff1 fix: CI scripts 2020-12-08 14:46:47 +00:00
Nicolas Werner
66852f1b44 ci: Add automatic dependency update
This needs 2 special variables defined:

- GITLAB_API_TOKEN, which has write permissions to the gitlab API
  (create in your account settings for example)
- SSH_BOT_KEY, which is a private ssh key, that can be used to push to
  the repository.

After that you can schedule a pipeline on main to update dependencies
every week or so.
2020-10-29 18:29:49 +01:00