aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.github/dependabot.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add some workflows for CI and dependabot configFranck Cuny2024-04-151-0/+10
|
* ci: switch from GitHub action to droneFranck Cuny2022-11-061-11/+0
| | | | | | | | | | | I'm running my own CI at ci.fcuny.net using drone for now. I've spare compute capacity at home, and it's way faster than the GHA runners. For now I'm losing the following: - dependabot: that's a GitHub only function, I'll need to figure out something - nix flake update: I'll need to figure out a way to update flakes on a regular basis, probably a custom script to take care of that
* meta: initial commitFranck Cuny2022-10-191-0/+11
Create the initial scaffolding for a rust project, using `cargo` and a nix template.