aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.github/dependabot.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-06 10:47:48 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-06 11:27:15 -0800
commit42a74c6ec5953024faab56bc4651c45c328d2f2d (patch)
tree991ee4670a5c951a3cfc8ebe88afe6075eaec288 /src/x509-info/.github/dependabot.yml
parentMerge pull request #5 from fcuny/fcuny/crane (diff)
downloadx-42a74c6ec5953024faab56bc4651c45c328d2f2d.tar.gz
ci: switch from GitHub action to drone
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
Diffstat (limited to '')
-rw-r--r--src/x509-info/.github/dependabot.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/x509-info/.github/dependabot.yml b/src/x509-info/.github/dependabot.yml
deleted file mode 100644
index 2b2ebcf..0000000
--- a/src/x509-info/.github/dependabot.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: daily
- open-pull-requests-limit: 10
-- package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"