From a0955a6a434ec449bb362eae9a36c55a28631094 Mon Sep 17 00:00:00 2001 From: Exelo Date: Mon, 16 Feb 2026 15:47:50 +0100 Subject: [PATCH] ci: add dependabot --- .github/CODEOWNERS | 10 ++++++++++ .github/dependabot.yml | 15 +++++++++++++++ .github/labels.yml | 4 ++++ .gitignore | 2 +- .prettierignore | 2 ++ 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..febac64 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +* @Exeloo + +/packages/ecs-client @MartinFillon @Tchips46 +/packages/ecs-lib @MartinFillon @Tchips46 +/packages/ecs-server @MartinFillon @Tchips46 +/packages/network-client @Tchips46 +/packages/network-server @Tchips46 + +/scripts @MartinFillon +/typedoc.* @MartinFillon diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d778644 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + - package-ecosystem: npm + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" diff --git a/.github/labels.yml b/.github/labels.yml index 3ff8359..558d670 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -14,6 +14,10 @@ description: "Changes to our CI configuration files and scripts" color: "721cdb" +- name: "dependencies" + description: "Update of dependencies" + color: "6f38c2" + - name: "documentation" description: "Improvements or additions to documentation" color: "0075ca" diff --git a/.gitignore b/.gitignore index 2bdd203..55fac4e 100644 --- a/.gitignore +++ b/.gitignore @@ -235,4 +235,4 @@ docs/*/api/index.md docs/ecs-lib/api/typescript.md -emsdk-cache/ \ No newline at end of file +emsdk-cache/ diff --git a/.prettierignore b/.prettierignore index 4a2145a..819ff66 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,8 @@ package-lock.json yarn.lock bun.lock +pnpm-workspace.yaml + packages/ example/ utils/