From 27b3da822af881ae00ddd4ad62827a6fa6be29dc Mon Sep 17 00:00:00 2001 From: BenZuckier Date: Wed, 13 May 2026 22:05:39 -0400 Subject: [PATCH] ci(dependabot): gh actions --- .github/dependabot.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8a340d0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + cooldown: + default-days: 10 + schedule: + interval: "weekly" + + - package-ecosystem: "nix" + cooldown: + default-days: 10 + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build"