From 34878db8ffd8dc5871763bf04acf0eb3cce9944b Mon Sep 17 00:00:00 2001 From: Gigi Sayfan Date: Wed, 21 Sep 2022 08:45:50 -0700 Subject: [PATCH 1/2] Fix Aurae language name I assume the language is also called `Aurae` too and not `Aura` --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 86a5f8e..c31bbf9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ Aurae wants to pursue multi tenant semantics in distributed systems such as Kube Aurae will schedule lightweight containers without the need to manage an additional container runtime. Just install Aurae and begin running OCI container images. -## Aura Language +## Aurae Language Aurae offers an alternative to Kubernetes YAML by baking in a Turing complete interpretted language specifically for interfacing with the backend daemon. From b39ad45e6633f100f35b117aa73c4a48494250f6 Mon Sep 17 00:00:00 2001 From: Gigi Sayfan Date: Sun, 29 Mar 2026 07:01:02 +0000 Subject: [PATCH 2/2] chore: enable Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"