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" 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.