From 126d208c70371e2400b2bd1d23f4a200ad9fb95c Mon Sep 17 00:00:00 2001 From: Tom Meier Date: Mon, 19 Feb 2024 10:39:45 +1100 Subject: [PATCH] Add github codeowners and dependabot configuration --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) 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..bb82707 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @computology/engineering diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0db8c17 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "02:00" + timezone: Australia/Melbourne + labels: + - dependencies + - javascript