From 90ad9d652f009a53b57115c924446baf6f1d3b7b Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 Jan 2024 20:42:07 -0500 Subject: feat: use nix to build images this should result in smaller images, as well as safer updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8db6eb5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "deps(actions)" -- cgit v1.2.3