aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.github/dependabot.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-29remove unused filesFranck Cuny1-10/+0
2024-04-15add some workflows for CI and dependabot configFranck Cuny1-0/+10
2022-11-06ci: switch from GitHub action to droneFranck Cuny1-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